Color Hex Logo

#8ed49a Color Hex

#8ED49A
(142,212,154)
0 Favorites   0 Comments

Color spaces of #8ed49a

RGB 142212154
HSL0.360.450.69
HSV130°33°83°
CMYK 0.330.000.27   0.17
XYZ40.531555.170839.0847
Yxy55.17080.30070.4093
Hunter Lab74.2770-32.581020.7954
CIE-Lab79.1395-33.737621.8950

#8ed49a color RGB value is (142,212,154).

#8ed49a hex color red value is 142, green value is 212 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8ed49a hue: 0.36 , saturation: 0.45 and the lightness value of 8ed49a is 0.69.

The process color (four color CMYK) of #8ed49a color hex is 0.33, 0.00, 0.27, 0.17. Web safe color of #8ed49a is #99cc99. Color #8ed49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010100 10011010
Octal 216 324 232
Decimal 142 212 154
Hex 8E D4 9A

RGB Percentages of Color #8ed49a

%27.95
%41.73
%30.31

CMYK Percentages of Color #8ed49a

%33
%0
%27
%17

Triadic Colors of #8ed49a

#8ed49a #9a8ed4 #d49a8e

Analogous Colors of #8ed49a

#8ed49a #8ed4bd #a5d48e

Monochromatic Colors of #8ed49a

#8ed49a

Complementary Color

#8ed49a #d48ec8

#8ed49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed49a Color CSS Codes

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

#8ed49a Text Font Color

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

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


#8ed49a Background Color

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

This div background color is #8ed49a


#8ed49a Border Color

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

This div border color is #8ed49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed49a


Comments

No comments written yet.

Please login to write comment.