Color Hex Logo

#9ea874 Color Hex

#9EA874
(158,168,116)
0 Favorites   0 Comments

Color spaces of #9ea874

RGB 158168116
HSL0.200.230.56
HSV72°31°66°
CMYK 0.060.000.31   0.34
XYZ31.255636.535321.9277
Yxy36.53530.34840.4072
Hunter Lab60.4444-13.476120.8022
CIE-Lab66.9269-12.326525.7469

#9ea874 color RGB value is (158,168,116).

#9ea874 hex color red value is 158, green value is 168 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #9ea874 hue: 0.20 , saturation: 0.23 and the lightness value of 9ea874 is 0.56.

The process color (four color CMYK) of #9ea874 color hex is 0.06, 0.00, 0.31, 0.34. Web safe color of #9ea874 is #999966. Color #9ea874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101000 01110100
Octal 236 250 164
Decimal 158 168 116
Hex 9E A8 74

RGB Percentages of Color #9ea874

%35.75
%38.01
%26.24

CMYK Percentages of Color #9ea874

%6
%0
%31
%34

Triadic Colors of #9ea874

#9ea874 #749ea8 #a8749e

Analogous Colors of #9ea874

#9ea874 #84a874 #a89874

Monochromatic Colors of #9ea874

#9ea874

Complementary Color

#9ea874 #7e74a8

#9ea874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea874 Color CSS Codes

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

#9ea874 Text Font Color

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

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


#9ea874 Background Color

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

This div background color is #9ea874


#9ea874 Border Color

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

This div border color is #9ea874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea874


Comments

No comments written yet.

Please login to write comment.