Color Hex Logo

#9eb40b Color Hex

#9EB40B
(158,180,11)
0 Favorites   0 Comments

Color spaces of #9eb40b

RGB 15818011
HSL0.190.880.37
HSV68°94°71°
CMYK 0.120.000.94   0.29
XYZ30.482239.93586.4184
Yxy39.93580.39670.5198
Hunter Lab63.1948-24.490838.2145
CIE-Lab69.4238-25.959269.4455

#9eb40b color RGB value is (158,180,11).

#9eb40b hex color red value is 158, green value is 180 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #9eb40b hue: 0.19 , saturation: 0.88 and the lightness value of 9eb40b is 0.37.

The process color (four color CMYK) of #9eb40b color hex is 0.12, 0.00, 0.94, 0.29. Web safe color of #9eb40b is #99cc00. Color #9eb40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110100 00001011
Octal 236 264 13
Decimal 158 180 11
Hex 9E B4 B

RGB Percentages of Color #9eb40b

%45.27
%51.58
%3.15

CMYK Percentages of Color #9eb40b

%12
%0
%94
%29

Triadic Colors of #9eb40b

#9eb40b #0b9eb4 #b40b9e

Analogous Colors of #9eb40b

#9eb40b #49b40b #b4760b

Monochromatic Colors of #9eb40b

#9eb40b

Complementary Color

#9eb40b #210bb4

#9eb40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb40b Color CSS Codes

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

#9eb40b Text Font Color

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

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


#9eb40b Background Color

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

This div background color is #9eb40b


#9eb40b Border Color

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

This div border color is #9eb40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb40b


Comments

No comments written yet.

Please login to write comment.