Color Hex Logo

#9eb974 Color Hex

#9EB974
(158,185,116)
0 Favorites   0 Comments

Color spaces of #9eb974

RGB 158185116
HSL0.230.330.59
HSV83°37°73°
CMYK 0.150.000.37   0.27
XYZ34.601943.228023.0431
Yxy43.22800.34300.4285
Hunter Lab65.7480-21.117925.2439
CIE-Lab71.7094-21.039632.0376

#9eb974 color RGB value is (158,185,116).

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

The process color (four color CMYK) of #9eb974 color hex is 0.15, 0.00, 0.37, 0.27. Web safe color of #9eb974 is #99cc66. Color #9eb974 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111001 01110100
Octal 236 271 164
Decimal 158 185 116
Hex 9E B9 74

RGB Percentages of Color #9eb974

%34.42
%40.31
%25.27

CMYK Percentages of Color #9eb974

%15
%0
%37
%27

Triadic Colors of #9eb974

#9eb974 #749eb9 #b9749e

Analogous Colors of #9eb974

#9eb974 #7cb974 #b9b274

Monochromatic Colors of #9eb974

#9eb974

Complementary Color

#9eb974 #8f74b9

#9eb974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb974 Color CSS Codes

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

#9eb974 Text Font Color

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

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


#9eb974 Background Color

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

This div background color is #9eb974


#9eb974 Border Color

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

This div border color is #9eb974


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,185,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 #9eb974">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb974


Comments

No comments written yet.

Please login to write comment.