Color Hex Logo

#9ea29a Color Hex

#9EA29A
(158,162,154)
0 Favorites   0 Comments

Color spaces of #9ea29a

RGB 158162154
HSL0.250.040.62
HSV90°64°
CMYK 0.020.000.05   0.36
XYZ32.853635.442935.6814
Yxy35.44290.31600.3409
Hunter Lab59.5339-5.67986.1386
CIE-Lab66.0920-2.94383.6508

#9ea29a color RGB value is (158,162,154).

#9ea29a hex color red value is 158, green value is 162 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9ea29a hue: 0.25 , saturation: 0.04 and the lightness value of 9ea29a is 0.62.

The process color (four color CMYK) of #9ea29a color hex is 0.02, 0.00, 0.05, 0.36. Web safe color of #9ea29a is #999999. Color #9ea29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100010 10011010
Octal 236 242 232
Decimal 158 162 154
Hex 9E A2 9A

RGB Percentages of Color #9ea29a

%33.33
%34.18
%32.49

CMYK Percentages of Color #9ea29a

%2
%0
%5
%36

Triadic Colors of #9ea29a

#9ea29a #9a9ea2 #a29a9e

Analogous Colors of #9ea29a

#9ea29a #9aa29a #a2a29a

Monochromatic Colors of #9ea29a

#9ea29a

Complementary Color

#9ea29a #9e9aa2

#9ea29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea29a Color CSS Codes

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

#9ea29a Text Font Color

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

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


#9ea29a Background Color

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

This div background color is #9ea29a


#9ea29a Border Color

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

This div border color is #9ea29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea29a


Comments

No comments written yet.

Please login to write comment.