Color Hex Logo

#9ea81b Color Hex

#9EA81B
(158,168,27)
0 Favorites   0 Comments

Color spaces of #9ea81b

RGB 15816827
HSL0.180.720.38
HSV64°84°66°
CMYK 0.060.000.84   0.34
XYZ28.301035.35356.3692
Yxy35.35350.40420.5049
Hunter Lab59.4588-19.091135.2700
CIE-Lab66.0230-19.666763.7814

#9ea81b color RGB value is (158,168,27).

#9ea81b hex color red value is 158, green value is 168 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #9ea81b hue: 0.18 , saturation: 0.72 and the lightness value of 9ea81b is 0.38.

The process color (four color CMYK) of #9ea81b color hex is 0.06, 0.00, 0.84, 0.34. Web safe color of #9ea81b is #999933. Color #9ea81b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101000 00011011
Octal 236 250 33
Decimal 158 168 27
Hex 9E A8 1B

RGB Percentages of Color #9ea81b

%44.76
%47.59
%7.65

CMYK Percentages of Color #9ea81b

%6
%0
%84
%34

Triadic Colors of #9ea81b

#9ea81b #1b9ea8 #a81b9e

Analogous Colors of #9ea81b

#9ea81b #58a81b #a86c1b

Monochromatic Colors of #9ea81b

#9ea81b

Complementary Color

#9ea81b #251ba8

#9ea81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea81b Color CSS Codes

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

#9ea81b Text Font Color

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

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


#9ea81b Background Color

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

This div background color is #9ea81b


#9ea81b Border Color

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

This div border color is #9ea81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea81b


Comments

No comments written yet.

Please login to write comment.