Color Hex Logo

#9eb964 Color Hex

#9EB964
(158,185,100)
0 Favorites   0 Comments

Color spaces of #9eb964

RGB 158185100
HSL0.220.380.56
HSV79°46°73°
CMYK 0.150.000.46   0.27
XYZ33.749842.887118.5558
Yxy42.88710.35450.4505
Hunter Lab65.4882-22.613329.0422
CIE-Lab71.4783-22.998239.9404

#9eb964 color RGB value is (158,185,100).

#9eb964 hex color red value is 158, green value is 185 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #9eb964 hue: 0.22 , saturation: 0.38 and the lightness value of 9eb964 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111001 01100100
Octal 236 271 144
Decimal 158 185 100
Hex 9E B9 64

RGB Percentages of Color #9eb964

%35.67
%41.76
%22.57

CMYK Percentages of Color #9eb964

%15
%0
%46
%27

Triadic Colors of #9eb964

#9eb964 #649eb9 #b9649e

Analogous Colors of #9eb964

#9eb964 #74b964 #b9aa64

Monochromatic Colors of #9eb964

#9eb964

Complementary Color

#9eb964 #7f64b9

#9eb964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb964 Color CSS Codes

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

#9eb964 Text Font Color

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

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


#9eb964 Background Color

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

This div background color is #9eb964


#9eb964 Border Color

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

This div border color is #9eb964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb964


Comments

No comments written yet.

Please login to write comment.