Color Hex Logo

#9eb370 Color Hex

#9EB370
(158,179,112)
0 Favorites   0 Comments

Color spaces of #9eb370

RGB 158179112
HSL0.220.310.57
HSV79°37°70°
CMYK 0.120.000.37   0.30
XYZ33.145340.679221.4342
Yxy40.67920.34800.4270
Hunter Lab63.7802-18.852624.7210
CIE-Lab69.9506-18.540031.8462

#9eb370 color RGB value is (158,179,112).

#9eb370 hex color red value is 158, green value is 179 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9eb370 hue: 0.22 , saturation: 0.31 and the lightness value of 9eb370 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110011 01110000
Octal 236 263 160
Decimal 158 179 112
Hex 9E B3 70

RGB Percentages of Color #9eb370

%35.19
%39.87
%24.94

CMYK Percentages of Color #9eb370

%12
%0
%37
%30

Triadic Colors of #9eb370

#9eb370 #709eb3 #b3709e

Analogous Colors of #9eb370

#9eb370 #7db370 #b3a770

Monochromatic Colors of #9eb370

#9eb370

Complementary Color

#9eb370 #8570b3

#9eb370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb370 Color CSS Codes

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

#9eb370 Text Font Color

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

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


#9eb370 Background Color

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

This div background color is #9eb370


#9eb370 Border Color

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

This div border color is #9eb370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb370


Comments

No comments written yet.

Please login to write comment.