Color Hex Logo

#9eab0b Color Hex

#9EAB0B
(158,171,11)
0 Favorites   0 Comments

Color spaces of #9eab0b

RGB 15817111
HSL0.180.880.36
HSV65°94°67°
CMYK 0.080.000.94   0.33
XYZ28.723936.41915.8323
Yxy36.41910.40470.5131
Hunter Lab60.3482-20.648936.5137
CIE-Lab66.8389-21.528967.4341

#9eab0b color RGB value is (158,171,11).

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

The process color (four color CMYK) of #9eab0b color hex is 0.08, 0.00, 0.94, 0.33. Web safe color of #9eab0b is #999900. Color #9eab0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 00001011
Octal 236 253 13
Decimal 158 171 11
Hex 9E AB B

RGB Percentages of Color #9eab0b

%46.47
%50.29
%3.24

CMYK Percentages of Color #9eab0b

%8
%0
%94
%33

Triadic Colors of #9eab0b

#9eab0b #0b9eab #ab0b9e

Analogous Colors of #9eab0b

#9eab0b #4eab0b #ab680b

Monochromatic Colors of #9eab0b

#9eab0b

Complementary Color

#9eab0b #180bab

#9eab0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eab0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eab0b Color CSS Codes

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

#9eab0b Text Font Color

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

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


#9eab0b Background Color

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

This div background color is #9eab0b


#9eab0b Border Color

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

This div border color is #9eab0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,171,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 #9eab0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eab0b


Comments

No comments written yet.

Please login to write comment.