Color Hex Logo

#9eaaab Color Hex

#9EAAAB
(158,170,171)
0 Favorites   0 Comments

Color spaces of #9eaaab

RGB 158170171
HSL0.510.070.65
HSV185°67°
CMYK 0.080.010.00   0.33
XYZ35.826038.958844.1597
Yxy38.95880.30120.3275
Hunter Lab62.4170-6.77461.7445
CIE-Lab68.7214-3.9988-1.9707

#9eaaab color RGB value is (158,170,171).

#9eaaab hex color red value is 158, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9eaaab hue: 0.51 , saturation: 0.07 and the lightness value of 9eaaab is 0.65.

The process color (four color CMYK) of #9eaaab color hex is 0.08, 0.01, 0.00, 0.33. Web safe color of #9eaaab is #999999. Color #9eaaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 10101011
Octal 236 252 253
Decimal 158 170 171
Hex 9E AA AB

RGB Percentages of Color #9eaaab

%31.66
%34.07
%34.27

CMYK Percentages of Color #9eaaab

%8
%1
%0
%33

Triadic Colors of #9eaaab

#9eaaab #ab9eaa #aaab9e

Analogous Colors of #9eaaab

#9eaaab #9ea4ab #9eaba6

Monochromatic Colors of #9eaaab

#9eaaab

Complementary Color

#9eaaab #ab9f9e

#9eaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaaab Color CSS Codes

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

#9eaaab Text Font Color

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

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


#9eaaab Background Color

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

This div background color is #9eaaab


#9eaaab Border Color

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

This div border color is #9eaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaaab

#9eaaab Color Palettes


Comments

No comments written yet.

Please login to write comment.