Color Hex Logo

#8cfa4f Color Hex

#8CFA4F
(140,250,79)
0 Favorites   0 Comments

Color spaces of #8cfa4f

RGB 14025079
HSL0.270.940.65
HSV99°68°98°
CMYK 0.440.000.68   0.02
XYZ46.412174.511219.3331
Yxy74.51120.33090.5312
Hunter Lab86.3199-55.084747.1447
CIE-Lab89.1635-59.558968.9050

#8cfa4f color RGB value is (140,250,79).

#8cfa4f hex color red value is 140, green value is 250 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #8cfa4f hue: 0.27 , saturation: 0.94 and the lightness value of 8cfa4f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 01001111
Octal 214 372 117
Decimal 140 250 79
Hex 8C FA 4F

RGB Percentages of Color #8cfa4f

%29.85
%53.30
%16.84

CMYK Percentages of Color #8cfa4f

%44
%0
%68
%2

Triadic Colors of #8cfa4f

#8cfa4f #4f8cfa #fa4f8c

Analogous Colors of #8cfa4f

#8cfa4f #4ffa68 #e2fa4f

Monochromatic Colors of #8cfa4f

#8cfa4f

Complementary Color

#8cfa4f #bd4ffa

#8cfa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfa4f Color CSS Codes

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

#8cfa4f Text Font Color

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

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


#8cfa4f Background Color

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

This div background color is #8cfa4f


#8cfa4f Border Color

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

This div border color is #8cfa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfa4f

Related Colors


Comments

No comments written yet.

Please login to write comment.