Color Hex Logo

#8cfa3f Color Hex

#8CFA3F
(140,250,63)
0 Favorites   0 Comments

Color spaces of #8cfa3f

RGB 14025063
HSL0.260.950.61
HSV95°75°98°
CMYK 0.440.000.75   0.02
XYZ45.898074.305516.6260
Yxy74.30550.33540.5431
Hunter Lab86.2006-55.807848.9049
CIE-Lab89.0667-60.600674.2507

#8cfa3f color RGB value is (140,250,63).

#8cfa3f hex color red value is 140, green value is 250 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8cfa3f hue: 0.26 , saturation: 0.95 and the lightness value of 8cfa3f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 00111111
Octal 214 372 77
Decimal 140 250 63
Hex 8C FA 3F

RGB Percentages of Color #8cfa3f

%30.91
%55.19
%13.91

CMYK Percentages of Color #8cfa3f

%44
%0
%75
%2

Triadic Colors of #8cfa3f

#8cfa3f #3f8cfa #fa3f8c

Analogous Colors of #8cfa3f

#8cfa3f #3ffa50 #eafa3f

Monochromatic Colors of #8cfa3f

#8cfa3f

Complementary Color

#8cfa3f #ad3ffa

#8cfa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfa3f Color CSS Codes

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

#8cfa3f Text Font Color

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

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


#8cfa3f Background Color

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

This div background color is #8cfa3f


#8cfa3f Border Color

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

This div border color is #8cfa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfa3f


Comments

No comments written yet.

Please login to write comment.