Color Hex Logo

#8cfe2a Color Hex

#8CFE2A
(140,254,42)
0 Favorites   0 Comments

Color spaces of #8cfe2a

RGB 14025442
HSL0.260.990.58
HSV92°83°100°
CMYK 0.450.000.83   0.00
XYZ46.674976.626214.5208
Yxy76.62620.33870.5560
Hunter Lab87.5364-58.011551.4403
CIE-Lab90.1493-63.066180.8342

#8cfe2a color RGB value is (140,254,42).

#8cfe2a hex color red value is 140, green value is 254 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8cfe2a hue: 0.26 , saturation: 0.99 and the lightness value of 8cfe2a is 0.58.

The process color (four color CMYK) of #8cfe2a color hex is 0.45, 0.00, 0.83, 0.00. Web safe color of #8cfe2a is #99ff33. Color #8cfe2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111110 00101010
Octal 214 376 52
Decimal 140 254 42
Hex 8C FE 2A

RGB Percentages of Color #8cfe2a

%32.11
%58.26
%9.63

CMYK Percentages of Color #8cfe2a

%45
%0
%83
%0

Triadic Colors of #8cfe2a

#8cfe2a #2a8cfe #fe2a8c

Analogous Colors of #8cfe2a

#8cfe2a #2afe32 #f6fe2a

Monochromatic Colors of #8cfe2a

#8cfe2a

Complementary Color

#8cfe2a #9c2afe

#8cfe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfe2a Color CSS Codes

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

#8cfe2a Text Font Color

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

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


#8cfe2a Background Color

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

This div background color is #8cfe2a


#8cfe2a Border Color

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

This div border color is #8cfe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfe2a


Comments

No comments written yet.

Please login to write comment.