Color Hex Logo

#9ead20 Color Hex

#9EAD20
(158,173,32)
0 Favorites   0 Comments

Color spaces of #9ead20

RGB 15817332
HSL0.180.690.40
HSV66°82°68°
CMYK 0.090.000.82   0.32
XYZ29.304837.26057.0140
Yxy37.26050.39830.5064
Hunter Lab61.0414-21.128035.9162
CIE-Lab67.4720-22.010963.7436

#9ead20 color RGB value is (158,173,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 00100000
Octal 236 255 40
Decimal 158 173 32
Hex 9E AD 20

RGB Percentages of Color #9ead20

%43.53
%47.66
%8.82

CMYK Percentages of Color #9ead20

%9
%0
%82
%32

Triadic Colors of #9ead20

#9ead20 #209ead #ad209e

Analogous Colors of #9ead20

#9ead20 #57ad20 #ad7620

Monochromatic Colors of #9ead20

#9ead20

Complementary Color

#9ead20 #2f20ad

#9ead20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ead20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ead20 Color CSS Codes

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

#9ead20 Text Font Color

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

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


#9ead20 Background Color

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

This div background color is #9ead20


#9ead20 Border Color

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

This div border color is #9ead20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ead20


Comments

No comments written yet.

Please login to write comment.