Color Hex Logo

#9eaa7e Color Hex

#9EAA7E
(158,170,126)
0 Favorites   0 Comments

Color spaces of #9eaa7e

RGB 158170126
HSL0.210.210.58
HSV76°26°67°
CMYK 0.070.000.26   0.33
XYZ32.241237.524925.2824
Yxy37.52490.33920.3948
Hunter Lab61.2576-13.252318.4100
CIE-Lab67.6690-11.935021.3293

#9eaa7e color RGB value is (158,170,126).

#9eaa7e hex color red value is 158, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9eaa7e hue: 0.21 , saturation: 0.21 and the lightness value of 9eaa7e is 0.58.

The process color (four color CMYK) of #9eaa7e color hex is 0.07, 0.00, 0.26, 0.33. Web safe color of #9eaa7e is #999966. Color #9eaa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 01111110
Octal 236 252 176
Decimal 158 170 126
Hex 9E AA 7E

RGB Percentages of Color #9eaa7e

%34.80
%37.44
%27.75

CMYK Percentages of Color #9eaa7e

%7
%0
%26
%33

Triadic Colors of #9eaa7e

#9eaa7e #7e9eaa #aa7e9e

Analogous Colors of #9eaa7e

#9eaa7e #88aa7e #aaa07e

Monochromatic Colors of #9eaa7e

#9eaa7e

Complementary Color

#9eaa7e #8a7eaa

#9eaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaa7e Color CSS Codes

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

#9eaa7e Text Font Color

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

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


#9eaa7e Background Color

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

This div background color is #9eaa7e


#9eaa7e Border Color

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

This div border color is #9eaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaa7e


Comments

No comments written yet.

Please login to write comment.