Color Hex Logo

#9eadbb Color Hex

#9EADBB
(158,173,187)
0 Favorites   0 Comments

Color spaces of #9eadbb

RGB 158173187
HSL0.580.180.68
HSV209°16°73°
CMYK 0.160.070.00   0.27
XYZ38.013840.744152.8746
Yxy40.74410.28880.3095
Hunter Lab63.8311-5.4010-4.4312
CIE-Lab69.9963-2.2865-8.9329

#9eadbb color RGB value is (158,173,187).

#9eadbb hex color red value is 158, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9eadbb hue: 0.58 , saturation: 0.18 and the lightness value of 9eadbb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 10111011
Octal 236 255 273
Decimal 158 173 187
Hex 9E AD BB

RGB Percentages of Color #9eadbb

%30.50
%33.40
%36.10

CMYK Percentages of Color #9eadbb

%16
%7
%0
%27

Triadic Colors of #9eadbb

#9eadbb #bb9ead #adbb9e

Analogous Colors of #9eadbb

#9eadbb #9e9fbb #9ebbbb

Monochromatic Colors of #9eadbb

#9eadbb

Complementary Color

#9eadbb #bbac9e

#9eadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadbb Color CSS Codes

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

#9eadbb Text Font Color

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

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


#9eadbb Background Color

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

This div background color is #9eadbb


#9eadbb Border Color

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

This div border color is #9eadbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,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 #9eadbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadbb


Comments

No comments written yet.

Please login to write comment.