Color Hex Logo

#8ee02a Color Hex

#8EE02A
(142,224,42)
0 Favorites   0 Comments

Color spaces of #8ee02a

RGB 14222442
HSL0.240.750.52
HSV87°81°88°
CMYK 0.370.000.81   0.12
XYZ38.228959.229311.6080
Yxy59.22930.35050.5431
Hunter Lab76.9606-46.014144.9297
CIE-Lab81.4175-50.822473.1275

#8ee02a color RGB value is (142,224,42).

#8ee02a hex color red value is 142, green value is 224 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8ee02a hue: 0.24 , saturation: 0.75 and the lightness value of 8ee02a is 0.52.

The process color (four color CMYK) of #8ee02a color hex is 0.37, 0.00, 0.81, 0.12. Web safe color of #8ee02a is #99cc33. Color #8ee02a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100000 00101010
Octal 216 340 52
Decimal 142 224 42
Hex 8E E0 2A

RGB Percentages of Color #8ee02a

%34.80
%54.90
%10.29

CMYK Percentages of Color #8ee02a

%37
%0
%81
%12

Triadic Colors of #8ee02a

#8ee02a #2a8ee0 #e02a8e

Analogous Colors of #8ee02a

#8ee02a #33e02a #e0d72a

Monochromatic Colors of #8ee02a

#8ee02a

Complementary Color

#8ee02a #7c2ae0

#8ee02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee02a Color CSS Codes

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

#8ee02a Text Font Color

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

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


#8ee02a Background Color

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

This div background color is #8ee02a


#8ee02a Border Color

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

This div border color is #8ee02a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,224,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 #8ee02a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee02a


Comments

No comments written yet.

Please login to write comment.