Color Hex Logo

#9cdd0f Color Hex

#9CDD0F
(156,221,15)
0 Favorites   0 Comments

Color spaces of #9cdd0f

RGB 15622115
HSL0.220.870.46
HSV79°93°87°
CMYK 0.290.000.93   0.13
XYZ39.653058.81539.7145
Yxy58.81530.36650.5437
Hunter Lab76.6911-41.916446.1735
CIE-Lab81.1900-45.314578.2006

#9cdd0f color RGB value is (156,221,15).

#9cdd0f hex color red value is 156, green value is 221 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #9cdd0f hue: 0.22 , saturation: 0.87 and the lightness value of 9cdd0f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 00001111
Octal 234 335 17
Decimal 156 221 15
Hex 9C DD F

RGB Percentages of Color #9cdd0f

%39.80
%56.38
%3.83

CMYK Percentages of Color #9cdd0f

%29
%0
%93
%13

Triadic Colors of #9cdd0f

#9cdd0f #0f9cdd #dd0f9c

Analogous Colors of #9cdd0f

#9cdd0f #35dd0f #ddb70f

Monochromatic Colors of #9cdd0f

#9cdd0f

Complementary Color

#9cdd0f #500fdd

#9cdd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdd0f Color CSS Codes

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

#9cdd0f Text Font Color

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

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


#9cdd0f Background Color

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

This div background color is #9cdd0f


#9cdd0f Border Color

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

This div border color is #9cdd0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,221,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdd0f


Comments

No comments written yet.

Please login to write comment.