Color Hex Logo

#8ed01a Color Hex

#8ED01A
(142,208,26)
0 Favorites   0 Comments

Color spaces of #8ed01a

RGB 14220826
HSL0.230.780.46
HSV82°88°82°
CMYK 0.320.000.88   0.18
XYZ33.897750.93719.0225
Yxy50.93710.36120.5427
Hunter Lab71.3702-40.118342.4638
CIE-Lab76.6409-44.734472.5319

#8ed01a color RGB value is (142,208,26).

#8ed01a hex color red value is 142, green value is 208 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #8ed01a hue: 0.23 , saturation: 0.78 and the lightness value of 8ed01a is 0.46.

The process color (four color CMYK) of #8ed01a color hex is 0.32, 0.00, 0.88, 0.18. Web safe color of #8ed01a is #99cc33. Color #8ed01a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010000 00011010
Octal 216 320 32
Decimal 142 208 26
Hex 8E D0 1A

RGB Percentages of Color #8ed01a

%37.77
%55.32
%6.91

CMYK Percentages of Color #8ed01a

%32
%0
%88
%18

Triadic Colors of #8ed01a

#8ed01a #1a8ed0 #d01a8e

Analogous Colors of #8ed01a

#8ed01a #33d01a #d0b71a

Monochromatic Colors of #8ed01a

#8ed01a

Complementary Color

#8ed01a #5c1ad0

#8ed01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed01a Color CSS Codes

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

#8ed01a Text Font Color

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

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


#8ed01a Background Color

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

This div background color is #8ed01a


#8ed01a Border Color

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

This div border color is #8ed01a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,208,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed01a


Comments

No comments written yet.

Please login to write comment.