Color Hex Logo

#8cfc2f Color Hex

#8CFC2F
(140,252,47)
0 Favorites   0 Comments

Color spaces of #8cfc2f

RGB 14025247
HSL0.260.970.59
HSV93°81°99°
CMYK 0.440.000.81   0.01
XYZ46.138775.401514.8115
Yxy75.40150.33840.5530
Hunter Lab86.8340-57.114850.6706
CIE-Lab89.5807-62.131879.1766

#8cfc2f color RGB value is (140,252,47).

#8cfc2f hex color red value is 140, green value is 252 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8cfc2f hue: 0.26 , saturation: 0.97 and the lightness value of 8cfc2f is 0.59.

The process color (four color CMYK) of #8cfc2f color hex is 0.44, 0.00, 0.81, 0.01. Web safe color of #8cfc2f is #99ff33. Color #8cfc2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111100 00101111
Octal 214 374 57
Decimal 140 252 47
Hex 8C FC 2F

RGB Percentages of Color #8cfc2f

%31.89
%57.40
%10.71

CMYK Percentages of Color #8cfc2f

%44
%0
%81
%1

Triadic Colors of #8cfc2f

#8cfc2f #2f8cfc #fc2f8c

Analogous Colors of #8cfc2f

#8cfc2f #2ffc39 #f3fc2f

Monochromatic Colors of #8cfc2f

#8cfc2f

Complementary Color

#8cfc2f #9f2ffc

#8cfc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfc2f Color CSS Codes

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

#8cfc2f Text Font Color

<p style="color:#8cfc2f">Text here</p>

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


#8cfc2f Background Color

<div style="background-color:#8cfc2f">
Div content here</div>

This div background color is #8cfc2f


#8cfc2f Border Color

<div style="border:3px solid #8cfc2f">
Div here</div>

This div border color is #8cfc2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,252,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cfc2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cfc2f;
  -webkit-box-shadow: 1px 1px 3px 2px #8cfc2f;
  box-shadow:         1px 1px 3px 2px #8cfc2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfc2f


Comments

No comments written yet.

Please login to write comment.