Color Hex Logo

#8cfa4a Color Hex

#8CFA4A
(140,250,74)
0 Favorites   0 Comments

Color spaces of #8cfa4a

RGB 14025074
HSL0.270.950.64
HSV98°70°98°
CMYK 0.440.000.70   0.02
XYZ46.236974.441118.4102
Yxy74.44110.33240.5352
Hunter Lab86.2793-55.330947.7442
CIE-Lab89.1305-59.912870.6661

#8cfa4a color RGB value is (140,250,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 01001010
Octal 214 372 112
Decimal 140 250 74
Hex 8C FA 4A

RGB Percentages of Color #8cfa4a

%30.17
%53.88
%15.95

CMYK Percentages of Color #8cfa4a

%44
%0
%70
%2

Triadic Colors of #8cfa4a

#8cfa4a #4a8cfa #fa4a8c

Analogous Colors of #8cfa4a

#8cfa4a #4afa60 #e4fa4a

Monochromatic Colors of #8cfa4a

#8cfa4a

Complementary Color

#8cfa4a #b84afa

#8cfa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfa4a Color CSS Codes

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

#8cfa4a Text Font Color

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

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


#8cfa4a Background Color

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

This div background color is #8cfa4a


#8cfa4a Border Color

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

This div border color is #8cfa4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfa4a


Comments

No comments written yet.

Please login to write comment.