Color Hex Logo

#9eb11e Color Hex

#9EB11E
(158,177,30)
0 Favorites   0 Comments

Color spaces of #9eb11e

RGB 15817730
HSL0.190.710.41
HSV68°83°69°
CMYK 0.110.000.83   0.31
XYZ30.057038.80717.1346
Yxy38.80710.39550.5106
Hunter Lab62.2953-22.892036.8163
CIE-Lab68.6113-24.056065.2510

#9eb11e color RGB value is (158,177,30).

#9eb11e hex color red value is 158, green value is 177 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9eb11e hue: 0.19 , saturation: 0.71 and the lightness value of 9eb11e is 0.41.

The process color (four color CMYK) of #9eb11e color hex is 0.11, 0.00, 0.83, 0.31. Web safe color of #9eb11e is #999933. Color #9eb11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110001 00011110
Octal 236 261 36
Decimal 158 177 30
Hex 9E B1 1E

RGB Percentages of Color #9eb11e

%43.29
%48.49
%8.22

CMYK Percentages of Color #9eb11e

%11
%0
%83
%31

Triadic Colors of #9eb11e

#9eb11e #1e9eb1 #b11e9e

Analogous Colors of #9eb11e

#9eb11e #55b11e #b17b1e

Monochromatic Colors of #9eb11e

#9eb11e

Complementary Color

#9eb11e #311eb1

#9eb11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb11e Color CSS Codes

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

#9eb11e Text Font Color

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

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


#9eb11e Background Color

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

This div background color is #9eb11e


#9eb11e Border Color

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

This div border color is #9eb11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb11e


Comments

No comments written yet.

Please login to write comment.