Color Hex Logo

#8cf56f Color Hex

#8CF56F
(140,245,111)
0 Favorites   0 Comments

Color spaces of #8cf56f

RGB 140245111
HSL0.300.870.70
HSV107°55°96°
CMYK 0.430.000.55   0.04
XYZ46.336972.028026.4995
Yxy72.02800.31990.4972
Hunter Lab84.8693-51.064040.8959
CIE-Lab87.9821-54.679154.4101

#8cf56f color RGB value is (140,245,111).

#8cf56f hex color red value is 140, green value is 245 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8cf56f hue: 0.30 , saturation: 0.87 and the lightness value of 8cf56f is 0.70.

The process color (four color CMYK) of #8cf56f color hex is 0.43, 0.00, 0.55, 0.04. Web safe color of #8cf56f is #99ff66. Color #8cf56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11110101 01101111
Octal 214 365 157
Decimal 140 245 111
Hex 8C F5 6F

RGB Percentages of Color #8cf56f

%28.23
%49.40
%22.38

CMYK Percentages of Color #8cf56f

%43
%0
%55
%4

Triadic Colors of #8cf56f

#8cf56f #6f8cf5 #f56f8c

Analogous Colors of #8cf56f

#8cf56f #6ff595 #cff56f

Monochromatic Colors of #8cf56f

#8cf56f

Complementary Color

#8cf56f #d86ff5

#8cf56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cf56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cf56f Color CSS Codes

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

#8cf56f Text Font Color

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

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


#8cf56f Background Color

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

This div background color is #8cf56f


#8cf56f Border Color

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

This div border color is #8cf56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cf56f


Comments

No comments written yet.

Please login to write comment.