Color Hex Logo

#8fc60f Color Hex

#8FC60F
(143,198,15)
0 Favorites   0 Comments

Color spaces of #8fc60f

RGB 14319815
HSL0.220.860.42
HSV78°92°78°
CMYK 0.280.000.92   0.22
XYZ31.608046.26237.7155
Yxy46.26230.36930.5405
Hunter Lab68.0164-36.077740.8859
CIE-Lab73.7154-40.295171.9197

#8fc60f color RGB value is (143,198,15).

#8fc60f hex color red value is 143, green value is 198 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #8fc60f hue: 0.22 , saturation: 0.86 and the lightness value of 8fc60f is 0.42.

The process color (four color CMYK) of #8fc60f color hex is 0.28, 0.00, 0.92, 0.22. Web safe color of #8fc60f is #99cc00. Color #8fc60f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11000110 00001111
Octal 217 306 17
Decimal 143 198 15
Hex 8F C6 F

RGB Percentages of Color #8fc60f

%40.17
%55.62
%4.21

CMYK Percentages of Color #8fc60f

%28
%0
%92
%22

Triadic Colors of #8fc60f

#8fc60f #0f8fc6 #c60f8f

Analogous Colors of #8fc60f

#8fc60f #34c60f #c6a20f

Monochromatic Colors of #8fc60f

#8fc60f

Complementary Color

#8fc60f #460fc6

#8fc60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fc60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fc60f Color CSS Codes

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

#8fc60f Text Font Color

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

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


#8fc60f Background Color

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

This div background color is #8fc60f


#8fc60f Border Color

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

This div border color is #8fc60f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,198,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fc60f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fc60f;
  -webkit-box-shadow: 1px 1px 3px 2px #8fc60f;
  box-shadow:         1px 1px 3px 2px #8fc60f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,198,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fc60f


Comments

No comments written yet.

Please login to write comment.