Color Hex Logo

#9ea33b Color Hex

#9EA33B
(158,163,59)
0 Favorites   0 Comments

Color spaces of #9ea33b

RGB 15816359
HSL0.170.470.44
HSV63°64°64°
CMYK 0.030.000.64   0.36
XYZ27.987233.77939.1826
Yxy33.77930.39450.4761
Hunter Lab58.1200-15.754731.3165
CIE-Lab64.7870-15.577951.5814

#9ea33b color RGB value is (158,163,59).

#9ea33b hex color red value is 158, green value is 163 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #9ea33b hue: 0.17 , saturation: 0.47 and the lightness value of 9ea33b is 0.44.

The process color (four color CMYK) of #9ea33b color hex is 0.03, 0.00, 0.64, 0.36. Web safe color of #9ea33b is #999933. Color #9ea33b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100011 00111011
Octal 236 243 73
Decimal 158 163 59
Hex 9E A3 3B

RGB Percentages of Color #9ea33b

%41.58
%42.89
%15.53

CMYK Percentages of Color #9ea33b

%3
%0
%64
%36

Triadic Colors of #9ea33b

#9ea33b #3b9ea3 #a33b9e

Analogous Colors of #9ea33b

#9ea33b #6aa33b #a3743b

Monochromatic Colors of #9ea33b

#9ea33b

Complementary Color

#9ea33b #403ba3

#9ea33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea33b Color CSS Codes

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

#9ea33b Text Font Color

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

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


#9ea33b Background Color

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

This div background color is #9ea33b


#9ea33b Border Color

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

This div border color is #9ea33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea33b


Comments

No comments written yet.

Please login to write comment.