Color Hex Logo

#9cfc7f Color Hex

#9CFC7F
(156,252,127)
0 Favorites   0 Comments

Color spaces of #9cfc7f

RGB 156252127
HSL0.290.950.74
HSV106°50°99°
CMYK 0.380.000.50   0.01
XYZ52.351578.221032.4176
Yxy78.22100.32120.4799
Hunter Lab88.4426-49.115840.1778
CIE-Lab90.8807-50.834350.7291

#9cfc7f color RGB value is (156,252,127).

#9cfc7f hex color red value is 156, green value is 252 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9cfc7f hue: 0.29 , saturation: 0.95 and the lightness value of 9cfc7f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111100 01111111
Octal 234 374 177
Decimal 156 252 127
Hex 9C FC 7F

RGB Percentages of Color #9cfc7f

%29.16
%47.10
%23.74

CMYK Percentages of Color #9cfc7f

%38
%0
%50
%1

Triadic Colors of #9cfc7f

#9cfc7f #7f9cfc #fc7f9c

Analogous Colors of #9cfc7f

#9cfc7f #7ffca1 #dbfc7f

Monochromatic Colors of #9cfc7f

#9cfc7f

Complementary Color

#9cfc7f #df7ffc

#9cfc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfc7f Color CSS Codes

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

#9cfc7f Text Font Color

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

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


#9cfc7f Background Color

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

This div background color is #9cfc7f


#9cfc7f Border Color

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

This div border color is #9cfc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfc7f


Comments

No comments written yet.

Please login to write comment.