Color Hex Logo

#9ead4b Color Hex

#9EAD4B
(158,173,75)
0 Favorites   0 Comments

Color spaces of #9ead4b

RGB 15817375
HSL0.190.400.49
HSV69°57°68°
CMYK 0.090.000.57   0.32
XYZ30.314137.664212.3288
Yxy37.66420.37750.4690
Hunter Lab61.3712-19.230031.0491
CIE-Lab67.7724-19.471447.6779

#9ead4b color RGB value is (158,173,75).

#9ead4b hex color red value is 158, green value is 173 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #9ead4b hue: 0.19 , saturation: 0.40 and the lightness value of 9ead4b is 0.49.

The process color (four color CMYK) of #9ead4b color hex is 0.09, 0.00, 0.57, 0.32. Web safe color of #9ead4b is #999933. Color #9ead4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 01001011
Octal 236 255 113
Decimal 158 173 75
Hex 9E AD 4B

RGB Percentages of Color #9ead4b

%38.92
%42.61
%18.47

CMYK Percentages of Color #9ead4b

%9
%0
%57
%32

Triadic Colors of #9ead4b

#9ead4b #4b9ead #ad4b9e

Analogous Colors of #9ead4b

#9ead4b #6dad4b #ad8b4b

Monochromatic Colors of #9ead4b

#9ead4b

Complementary Color

#9ead4b #5a4bad

#9ead4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ead4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ead4b Color CSS Codes

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

#9ead4b Text Font Color

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

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


#9ead4b Background Color

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

This div background color is #9ead4b


#9ead4b Border Color

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

This div border color is #9ead4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ead4b

#9ead4b Color Palettes


Comments

No comments written yet.

Please login to write comment.