Color Hex Logo

#8eaabf Color Hex

#8EAABF
(142,170,191)
0 Favorites   0 Comments

Color spaces of #8eaabf

RGB 142170191
HSL0.570.280.65
HSV206°26°75°
CMYK 0.260.110.00   0.25
XYZ34.934038.261854.8343
Yxy38.26180.27290.2989
Hunter Lab61.8561-7.4382-9.2602
CIE-Lab68.2131-4.8307-13.9259

#8eaabf color RGB value is (142,170,191).

#8eaabf hex color red value is 142, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8eaabf hue: 0.57 , saturation: 0.28 and the lightness value of 8eaabf is 0.65.

The process color (four color CMYK) of #8eaabf color hex is 0.26, 0.11, 0.00, 0.25. Web safe color of #8eaabf is #9999cc. Color #8eaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 10111111
Octal 216 252 277
Decimal 142 170 191
Hex 8E AA BF

RGB Percentages of Color #8eaabf

%28.23
%33.80
%37.97

CMYK Percentages of Color #8eaabf

%26
%11
%0
%25

Triadic Colors of #8eaabf

#8eaabf #bf8eaa #aabf8e

Analogous Colors of #8eaabf

#8eaabf #8e92bf #8ebfbc

Monochromatic Colors of #8eaabf

#8eaabf

Complementary Color

#8eaabf #bfa38e

#8eaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaabf Color CSS Codes

.mybgcolor {background-color:#8eaabf; } 
.myforecolor {color:#8eaabf; }
.mybordercolor {border:3px solid #8eaabf; }

#8eaabf Text Font Color

<p style="color:#8eaabf">Text here</p>

This sample text font color is #8eaabf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8eaabf Background Color

<div style="background-color:#8eaabf">
Div content here</div>

This div background color is #8eaabf


#8eaabf Border Color

<div style="border:3px solid #8eaabf">
Div here</div>

This div border color is #8eaabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,170,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eaabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eaabf;
  -webkit-box-shadow: 1px 1px 3px 2px #8eaabf;
  box-shadow:         1px 1px 3px 2px #8eaabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,170,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8eaabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8eaabf;
  -webkit-box-shadow: 1px 1px 3px 2px #8eaabf;
  box-shadow:         1px 1px 3px 2px #8eaabf;">
Div content here</div>

This div box has shadow with color #8eaabf


Comments

No comments written yet.

Please login to write comment.