Color Hex Logo

#9ddc2c Color Hex

#9DDC2C
(157,220,44)
0 Favorites   0 Comments

Color spaces of #9ddc2c

RGB 15722044
HSL0.230.720.52
HSV81°80°86°
CMYK 0.290.000.80   0.14
XYZ39.952458.536311.5758
Yxy58.53630.36300.5318
Hunter Lab76.5090-40.679544.5857
CIE-Lab81.0360-43.713172.5576

#9ddc2c color RGB value is (157,220,44).

#9ddc2c hex color red value is 157, green value is 220 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #9ddc2c hue: 0.23 , saturation: 0.72 and the lightness value of 9ddc2c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 00101100
Octal 235 334 54
Decimal 157 220 44
Hex 9D DC 2C

RGB Percentages of Color #9ddc2c

%37.29
%52.26
%10.45

CMYK Percentages of Color #9ddc2c

%29
%0
%80
%14

Triadic Colors of #9ddc2c

#9ddc2c #2c9ddc #dc2c9d

Analogous Colors of #9ddc2c

#9ddc2c #45dc2c #dcc32c

Monochromatic Colors of #9ddc2c

#9ddc2c

Complementary Color

#9ddc2c #6b2cdc

#9ddc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddc2c Color CSS Codes

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

#9ddc2c Text Font Color

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

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


#9ddc2c Background Color

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

This div background color is #9ddc2c


#9ddc2c Border Color

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

This div border color is #9ddc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddc2c


Comments

No comments written yet.

Please login to write comment.