Color Hex Logo

#8eaebd Color Hex

#8EAEBD
(142,174,189)
0 Favorites   0 Comments

Color spaces of #8eaebd

RGB 142174189
HSL0.550.260.65
HSV199°25°74°
CMYK 0.250.080.00   0.26
XYZ35.476739.697053.9366
Yxy39.69700.27480.3075
Hunter Lab63.0056-9.7513-6.6520
CIE-Lab69.2532-7.4686-11.2596

#8eaebd color RGB value is (142,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 10111101
Octal 216 256 275
Decimal 142 174 189
Hex 8E AE BD

RGB Percentages of Color #8eaebd

%28.12
%34.46
%37.43

CMYK Percentages of Color #8eaebd

%25
%8
%0
%26

Triadic Colors of #8eaebd

#8eaebd #bd8eae #aebd8e

Analogous Colors of #8eaebd

#8eaebd #8e97bd #8ebdb5

Monochromatic Colors of #8eaebd

#8eaebd

Complementary Color

#8eaebd #bd9d8e

#8eaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaebd Color CSS Codes

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

#8eaebd Text Font Color

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

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


#8eaebd Background Color

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

This div background color is #8eaebd


#8eaebd Border Color

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

This div border color is #8eaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaebd


Comments

No comments written yet.

Please login to write comment.