Color Hex Logo

#9cfc1e Color Hex

#9CFC1E
(156,252,30)
0 Favorites   0 Comments

Color spaces of #9cfc1e

RGB 15625230
HSL0.240.970.55
HSV86°88°99°
CMYK 0.380.000.88   0.01
XYZ48.755076.782513.4791
Yxy76.78250.35070.5523
Hunter Lab87.6256-54.027252.2176
CIE-Lab90.2214-57.601983.4629

#9cfc1e color RGB value is (156,252,30).

#9cfc1e hex color red value is 156, green value is 252 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9cfc1e hue: 0.24 , saturation: 0.97 and the lightness value of 9cfc1e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111100 00011110
Octal 234 374 36
Decimal 156 252 30
Hex 9C FC 1E

RGB Percentages of Color #9cfc1e

%35.62
%57.53
%6.85

CMYK Percentages of Color #9cfc1e

%38
%0
%88
%1

Triadic Colors of #9cfc1e

#9cfc1e #1e9cfc #fc1e9c

Analogous Colors of #9cfc1e

#9cfc1e #2dfc1e #fced1e

Monochromatic Colors of #9cfc1e

#9cfc1e

Complementary Color

#9cfc1e #7e1efc

#9cfc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfc1e Color CSS Codes

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

#9cfc1e Text Font Color

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

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


#9cfc1e Background Color

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

This div background color is #9cfc1e


#9cfc1e Border Color

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

This div border color is #9cfc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfc1e


Comments

No comments written yet.

Please login to write comment.