Color Hex Logo

#8fcc20 Color Hex

#8FCC20
(143,204,32)
0 Favorites   0 Comments

Color spaces of #8fcc20

RGB 14320432
HSL0.230.730.46
HSV81°84°80°
CMYK 0.300.000.84   0.20
XYZ33.181349.12979.1006
Yxy49.12970.36300.5375
Hunter Lab70.0926-38.161541.3668
CIE-Lab75.5319-42.470270.3690

#8fcc20 color RGB value is (143,204,32).

#8fcc20 hex color red value is 143, green value is 204 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8fcc20 hue: 0.23 , saturation: 0.73 and the lightness value of 8fcc20 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 00100000
Octal 217 314 40
Decimal 143 204 32
Hex 8F CC 20

RGB Percentages of Color #8fcc20

%37.73
%53.83
%8.44

CMYK Percentages of Color #8fcc20

%30
%0
%84
%20

Triadic Colors of #8fcc20

#8fcc20 #208fcc #cc208f

Analogous Colors of #8fcc20

#8fcc20 #39cc20 #ccb320

Monochromatic Colors of #8fcc20

#8fcc20

Complementary Color

#8fcc20 #5d20cc

#8fcc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcc20 Color CSS Codes

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

#8fcc20 Text Font Color

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

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


#8fcc20 Background Color

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

This div background color is #8fcc20


#8fcc20 Border Color

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

This div border color is #8fcc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcc20


Comments

No comments written yet.

Please login to write comment.