Color Hex Logo

#8fcc00 Color Hex

#8FCC00
(143,204,0)
1 Favorites   0 Comments

Color spaces of #8fcc00

RGB 1432040
HSL0.221.000.40
HSV78°100°80°
CMYK 0.300.001.00   0.20
XYZ32.920649.02547.7277
Yxy49.02540.36710.5467
Hunter Lab70.0181-38.606042.4690
CIE-Lab75.4671-43.115374.8963

#8fcc00 color RGB value is (143,204,0).

#8fcc00 hex color red value is 143, green value is 204 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #8fcc00 hue: 0.22 , saturation: 1.00 and the lightness value of 8fcc00 is 0.40.

The process color (four color CMYK) of #8fcc00 color hex is 0.30, 0.00, 1.00, 0.20. Web safe color of #8fcc00 is #99cc00. Color #8fcc00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 00000000
Octal 217 314 0
Decimal 143 204 0
Hex 8F CC 0

RGB Percentages of Color #8fcc00

%41.21
%58.79
%0.00

CMYK Percentages of Color #8fcc00

%30
%0
%100
%20

Triadic Colors of #8fcc00

#8fcc00 #008fcc #cc008f

Analogous Colors of #8fcc00

#8fcc00 #29cc00 #cca300

Monochromatic Colors of #8fcc00

#8fcc00

Complementary Color

#8fcc00 #3d00cc

#8fcc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcc00 Color CSS Codes

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

#8fcc00 Text Font Color

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

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


#8fcc00 Background Color

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

This div background color is #8fcc00


#8fcc00 Border Color

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

This div border color is #8fcc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcc00


Comments

No comments written yet.

Please login to write comment.