Color Hex Logo

#9eae78 Color Hex

#9EAE78
(158,174,120)
0 Favorites   0 Comments

Color spaces of #9eae78

RGB 158174120
HSL0.220.250.58
HSV78°31°68°
CMYK 0.090.000.31   0.32
XYZ32.626838.897323.5576
Yxy38.89730.34310.4091
Hunter Lab62.3677-15.763721.2623
CIE-Lab68.6768-14.894425.9284

#9eae78 color RGB value is (158,174,120).

#9eae78 hex color red value is 158, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #9eae78 hue: 0.22 , saturation: 0.25 and the lightness value of 9eae78 is 0.58.

The process color (four color CMYK) of #9eae78 color hex is 0.09, 0.00, 0.31, 0.32. Web safe color of #9eae78 is #999966. Color #9eae78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 01111000
Octal 236 256 170
Decimal 158 174 120
Hex 9E AE 78

RGB Percentages of Color #9eae78

%34.96
%38.50
%26.55

CMYK Percentages of Color #9eae78

%9
%0
%31
%32

Triadic Colors of #9eae78

#9eae78 #789eae #ae789e

Analogous Colors of #9eae78

#9eae78 #83ae78 #aea378

Monochromatic Colors of #9eae78

#9eae78

Complementary Color

#9eae78 #8878ae

#9eae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eae78 Color CSS Codes

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

#9eae78 Text Font Color

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

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


#9eae78 Background Color

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

This div background color is #9eae78


#9eae78 Border Color

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

This div border color is #9eae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eae78


Comments

No comments written yet.

Please login to write comment.