Color Hex Logo

#9edd20 Color Hex

#9EDD20
(158,221,32)
0 Favorites   0 Comments

Color spaces of #9edd20

RGB 15822132
HSL0.220.750.50
HSV80°86°87°
CMYK 0.290.000.86   0.13
XYZ40.217759.086310.6516
Yxy59.08630.36580.5374
Hunter Lab76.8676-41.125845.5915
CIE-Lab81.3390-44.191875.6717

#9edd20 color RGB value is (158,221,32).

#9edd20 hex color red value is 158, green value is 221 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #9edd20 hue: 0.22 , saturation: 0.75 and the lightness value of 9edd20 is 0.50.

The process color (four color CMYK) of #9edd20 color hex is 0.29, 0.00, 0.86, 0.13. Web safe color of #9edd20 is #99cc33. Color #9edd20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 00100000
Octal 236 335 40
Decimal 158 221 32
Hex 9E DD 20

RGB Percentages of Color #9edd20

%38.44
%53.77
%7.79

CMYK Percentages of Color #9edd20

%29
%0
%86
%13

Triadic Colors of #9edd20

#9edd20 #209edd #dd209e

Analogous Colors of #9edd20

#9edd20 #40dd20 #ddbe20

Monochromatic Colors of #9edd20

#9edd20

Complementary Color

#9edd20 #5f20dd

#9edd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edd20 Color CSS Codes

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

#9edd20 Text Font Color

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

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


#9edd20 Background Color

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

This div background color is #9edd20


#9edd20 Border Color

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

This div border color is #9edd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edd20


Comments

No comments written yet.

Please login to write comment.