Color Hex Logo

#8eaebf Color Hex

#8EAEBF
(142,174,191)
0 Favorites   0 Comments

Color spaces of #8eaebf

RGB 142174191
HSL0.560.280.65
HSV201°26°75°
CMYK 0.260.090.00   0.25
XYZ35.695439.784555.0880
Yxy39.78450.27340.3047
Hunter Lab63.0750-9.3644-7.6299
CIE-Lab69.3158-7.0001-12.2698

#8eaebf color RGB value is (142,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 10111111
Octal 216 256 277
Decimal 142 174 191
Hex 8E AE BF

RGB Percentages of Color #8eaebf

%28.01
%34.32
%37.67

CMYK Percentages of Color #8eaebf

%26
%9
%0
%25

Triadic Colors of #8eaebf

#8eaebf #bf8eae #aebf8e

Analogous Colors of #8eaebf

#8eaebf #8e96bf #8ebfb8

Monochromatic Colors of #8eaebf

#8eaebf

Complementary Color

#8eaebf #bf9f8e

#8eaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaebf Color CSS Codes

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

#8eaebf Text Font Color

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

This sample text font color is #8eaebf
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.


#8eaebf Background Color

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

This div background color is #8eaebf


#8eaebf Border Color

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

This div border color is #8eaebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,174,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 #8eaebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaebf


Comments

No comments written yet.

Please login to write comment.