Color Hex Logo

#9ea47b Color Hex

#9EA47B
(158,164,123)
0 Favorites   0 Comments

Color spaces of #9ea47b

RGB 158164123
HSL0.190.180.56
HSV69°25°64°
CMYK 0.040.000.25   0.36
XYZ30.951235.250123.9115
Yxy35.25010.34350.3912
Hunter Lab59.3718-10.846517.6817
CIE-Lab65.9429-9.209220.6166

#9ea47b color RGB value is (158,164,123).

#9ea47b hex color red value is 158, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9ea47b hue: 0.19 , saturation: 0.18 and the lightness value of 9ea47b is 0.56.

The process color (four color CMYK) of #9ea47b color hex is 0.04, 0.00, 0.25, 0.36. Web safe color of #9ea47b is #999966. Color #9ea47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100100 01111011
Octal 236 244 173
Decimal 158 164 123
Hex 9E A4 7B

RGB Percentages of Color #9ea47b

%35.51
%36.85
%27.64

CMYK Percentages of Color #9ea47b

%4
%0
%25
%36

Triadic Colors of #9ea47b

#9ea47b #7b9ea4 #a47b9e

Analogous Colors of #9ea47b

#9ea47b #8aa47b #a4967b

Monochromatic Colors of #9ea47b

#9ea47b

Complementary Color

#9ea47b #817ba4

#9ea47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea47b Color CSS Codes

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

#9ea47b Text Font Color

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

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


#9ea47b Background Color

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

This div background color is #9ea47b


#9ea47b Border Color

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

This div border color is #9ea47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea47b


Comments

No comments written yet.

Please login to write comment.