Color Hex Logo

#9cfc0d Color Hex

#9CFC0D
(156,252,13)
0 Favorites   0 Comments

Color spaces of #9cfc0d

RGB 15625213
HSL0.230.980.52
HSV84°95°99°
CMYK 0.380.000.95   0.01
XYZ48.593476.717812.6276
Yxy76.71780.35230.5562
Hunter Lab87.5887-54.250152.7643
CIE-Lab90.1916-57.916085.5562

#9cfc0d color RGB value is (156,252,13).

#9cfc0d hex color red value is 156, green value is 252 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9cfc0d hue: 0.23 , saturation: 0.98 and the lightness value of 9cfc0d is 0.52.

The process color (four color CMYK) of #9cfc0d color hex is 0.38, 0.00, 0.95, 0.01. Web safe color of #9cfc0d is #99ff00. Color #9cfc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111100 00001101
Octal 234 374 15
Decimal 156 252 13
Hex 9C FC D

RGB Percentages of Color #9cfc0d

%37.05
%59.86
%3.09

CMYK Percentages of Color #9cfc0d

%38
%0
%95
%1

Triadic Colors of #9cfc0d

#9cfc0d #0d9cfc #fc0d9c

Analogous Colors of #9cfc0d

#9cfc0d #25fc0d #fce50d

Monochromatic Colors of #9cfc0d

#9cfc0d

Complementary Color

#9cfc0d #6d0dfc

#9cfc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfc0d Color CSS Codes

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

#9cfc0d Text Font Color

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

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


#9cfc0d Background Color

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

This div background color is #9cfc0d


#9cfc0d Border Color

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

This div border color is #9cfc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfc0d


Comments

No comments written yet.

Please login to write comment.