Color Hex Logo

#9eac8f Color Hex

#9EAC8F
(158,172,143)
0 Favorites   0 Comments

Color spaces of #9eac8f

RGB 158172143
HSL0.250.150.62
HSV89°17°67°
CMYK 0.080.000.17   0.33
XYZ33.811038.757331.6855
Yxy38.75730.32430.3718
Hunter Lab62.2554-12.003213.4025
CIE-Lab68.5751-10.270613.2843

#9eac8f color RGB value is (158,172,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 10001111
Octal 236 254 217
Decimal 158 172 143
Hex 9E AC 8F

RGB Percentages of Color #9eac8f

%33.40
%36.36
%30.23

CMYK Percentages of Color #9eac8f

%8
%0
%17
%33

Triadic Colors of #9eac8f

#9eac8f #8f9eac #ac8f9e

Analogous Colors of #9eac8f

#9eac8f #90ac8f #acac8f

Monochromatic Colors of #9eac8f

#9eac8f

Complementary Color

#9eac8f #9d8fac

#9eac8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eac8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eac8f Color CSS Codes

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

#9eac8f Text Font Color

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

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


#9eac8f Background Color

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

This div background color is #9eac8f


#9eac8f Border Color

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

This div border color is #9eac8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eac8f


Comments

No comments written yet.

Please login to write comment.