Color Hex Logo

#9eabaa Color Hex

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

Color spaces of #9eabaa

RGB 158171170
HSL0.490.070.65
HSV175°67°
CMYK 0.080.000.01   0.33
XYZ35.919239.297243.7222
Yxy39.29720.30200.3304
Hunter Lab62.6875-7.42472.5287
CIE-Lab68.9660-4.7402-1.0585

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

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

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

Base Numbers

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

RGB Percentages of Color #9eabaa

%31.66
%34.27
%34.07

CMYK Percentages of Color #9eabaa

%8
%0
%1
%33

Triadic Colors of #9eabaa

#9eabaa #aa9eab #abaa9e

Analogous Colors of #9eabaa

#9eabaa #9ea6ab #9eaba4

Monochromatic Colors of #9eabaa

#9eabaa

Complementary Color

#9eabaa #ab9e9f

#9eabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabaa Color CSS Codes

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

#9eabaa Text Font Color

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

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


#9eabaa Background Color

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

This div background color is #9eabaa


#9eabaa Border Color

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

This div border color is #9eabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabaa


Comments

No comments written yet.

Please login to write comment.