crispedge.com

Color picker

Loading...

#8eaebe hex color - Blue - Cool color - Information

#8eaebe hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #8eaebe Color code in RGB color code model is created after adding 55.69% red color, 68.24% green color and 74.51% blue color. Hex #8eaebe Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 8% magenta, 0% yellow and 25% black.

Hex #8eaebe color code is between #88aabb web safe hex color code and #99bbcc web safe hex color code. #88aabb is the nearest web safe color code. You can see here many more shades of #8eaebe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code8eaebe#8eaebe
RGB Decimal142, 174, 190rgb(142, 174, 190)
RGB Percent56%, 68%, 75%rgb(56%, 68%, 75%)
CSS RGBa142, 174, 190,1rgba(142,174,190,1)
CMYK Modelcmyk(25%,8%,0%,25%)
HSL Color Space200,27% ,65%hsl(200,27% ,65%)
HSV Color Space200°, 25%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011101010111010111110
Octal216256276
Decimal142174190
Hex8eaebe

Different shades of #8eaebe color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #8eaebe
#aec5d1
Dark Shade of #8eaebe
#6e97ab
Saturated Shade of #8eaebe
#85b1c7
Desaturated Shade of #8eaebe
#97abb5
Grey scale Shade of #8eaebe
#a6a6a6
Brighten Shade
#a7c7d7
Most Readable Shade
#000000

Shades of #8eaebe color code

Generate more color scales with scales (color stack) generator.

#8eaebe
#7e9aa8
#6e8793
#5e747e
#4e6069
#3f4d54
#2f3a3f
#1f262a
#0f1315
#000000

Similar Color like #8eaebe color

Find visually similar hex color codes nearing to #8eaebe hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#8fafbf
#90b0c0
#91b1c1
#92b2c2
#93b3c3
#94b4c4
#95b5c5
#96b6c6
#97b7c7
#98b8c8
#99b9c9
#9abaca
#9bbbcb
#9cbccc
#8dadbd
#8cacbc
#8babbb
#8aaaba
#89a9b9
#88a8b8
#87a7b7
#86a6b6
#85a5b5
#84a4b4
#83a3b3
#82a2b2
#81a1b1
#80a0b0

Monochromatic Color with #8eaebe

#8eaebe
#aed5e8
#0f1214
#2f393e
#4e6069
#6e8793

Tints of #8eaebe Color

#8eaebe
#9ab7c5
#a7c0cc
#b3c9d3
#c0d2da
#ccdbe2
#d9e4e9
#e5edf0
#f2f6f7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#8eaebe
#be9e8e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#8eaebe
#be8e96
#beb68e

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8ebebb
#8eb8be
#8eaebe
#8ea4be
#8e9bbe

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#8eaebe
#be8eae
#aebe8e

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#8eaebe
#b68ebe
#be9e8e
#96be8e

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#8eaebe
#be9e8e
#beb68e
#8e96be

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #8eaebe Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#8eaebe Color Code Preview on Black Background Color

This is how #8eaebe Color will look on black background color. Color contrast ratio is 8.95

#8eaebe in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#8eaebe">Your Example Paragraph content text in with font color #8eaebe </p>

Your Example Paragraph content text in with font color #8eaebe

HTML with inline CSS

<div style="color:#8eaebe">Your Paragraph text in with font color #8eaebe </div>

Your Example Paragraph content text in with font color #8eaebe

#8eaebe color code is use for CSS Background Color

Background color for the above div is #8eaebe

HTML with inline CSS

<div style="background-color:#8eaebe;"></div>

#8eaebe color code is use for CSS Border Color

CSS Border color for the above div is #8eaebe

HTML with inline CSS

<div style="border:5px solid #8eaebe;"></div>

CSS Border Left color for the above div is #8eaebe

HTML with inline CSS

<div style="border-left:5px solid #8eaebe;"></div>

CSS Border Right color for the above div is #8eaebe

HTML with inline CSS

<div style="border-right:5px solid #8eaebe;"></div>

CSS Border Bottom color for the above div is #8eaebe

HTML with inline CSS

<div style="border-bottom:5px solid #8eaebe;"></div>

CSS Border Top color for the above div is #8eaebe

HTML with inline CSS

<div style="border-top:5px solid #8eaebe;"></div>

#8eaebe hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#8eaebe; } .examplecolorclass {color:#8eaebe; } .examplebordercolor {border:3px solid #8eaebe; }

#8eaebe Color code Preview on White Background

This is how #8eaebe Color code will look on white background color. Color contrast ratio is 2.35

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #8eaebe; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #8eaebe; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(142,174,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,158,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(142,174,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.