Color Hex Logo

#9dde1c Color Hex

#9DDE1C
(157,222,28)
0 Favorites   0 Comments

Color spaces of #9dde1c

RGB 15722228
HSL0.220.780.49
HSV80°87°87°
CMYK 0.290.000.87   0.13
XYZ40.235559.494510.4616
Yxy59.49450.36510.5399
Hunter Lab77.1327-41.869445.9513
CIE-Lab81.5627-45.100476.6085

#9dde1c color RGB value is (157,222,28).

#9dde1c hex color red value is 157, green value is 222 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #9dde1c hue: 0.22 , saturation: 0.78 and the lightness value of 9dde1c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 00011100
Octal 235 336 34
Decimal 157 222 28
Hex 9D DE 1C

RGB Percentages of Color #9dde1c

%38.57
%54.55
%6.88

CMYK Percentages of Color #9dde1c

%29
%0
%87
%13

Triadic Colors of #9dde1c

#9dde1c #1c9dde #de1c9d

Analogous Colors of #9dde1c

#9dde1c #3cde1c #debe1c

Monochromatic Colors of #9dde1c

#9dde1c

Complementary Color

#9dde1c #5d1cde

#9dde1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dde1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dde1c Color CSS Codes

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

#9dde1c Text Font Color

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

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


#9dde1c Background Color

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

This div background color is #9dde1c


#9dde1c Border Color

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

This div border color is #9dde1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,222,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dde1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dde1c;
  -webkit-box-shadow: 1px 1px 3px 2px #9dde1c;
  box-shadow:         1px 1px 3px 2px #9dde1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,222,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dde1c


Comments

No comments written yet.

Please login to write comment.