Color Hex Logo

#8eadbb Color Hex

#8EADBB
(142,173,187)
0 Favorites   0 Comments

Color spaces of #8eadbb

RGB 142173187
HSL0.550.250.65
HSV199°24°73°
CMYK 0.240.070.00   0.27
XYZ35.068539.225852.7367
Yxy39.22580.27610.3088
Hunter Lab62.6305-9.6564-6.0825
CIE-Lab68.9145-7.3949-10.6612

#8eadbb color RGB value is (142,173,187).

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

The process color (four color CMYK) of #8eadbb color hex is 0.24, 0.07, 0.00, 0.27. Web safe color of #8eadbb is #9999cc. Color #8eadbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 10111011
Octal 216 255 273
Decimal 142 173 187
Hex 8E AD BB

RGB Percentages of Color #8eadbb

%28.29
%34.46
%37.25

CMYK Percentages of Color #8eadbb

%24
%7
%0
%27

Triadic Colors of #8eadbb

#8eadbb #bb8ead #adbb8e

Analogous Colors of #8eadbb

#8eadbb #8e97bb #8ebbb3

Monochromatic Colors of #8eadbb

#8eadbb

Complementary Color

#8eadbb #bb9c8e

#8eadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eadbb Color CSS Codes

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

#8eadbb Text Font Color

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

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


#8eadbb Background Color

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

This div background color is #8eadbb


#8eadbb Border Color

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

This div border color is #8eadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eadbb


Comments

No comments written yet.

Please login to write comment.