Color Hex Logo

#8ed849 Color Hex

#8ED849
(142,216,73)
0 Favorites   0 Comments

Color spaces of #8ed849

RGB 14221673
HSL0.250.650.57
HSV91°66°85°
CMYK 0.340.000.66   0.15
XYZ36.913855.343615.0401
Yxy55.34360.34400.5158
Hunter Lab74.3933-41.616940.0886
CIE-Lab79.2388-45.713160.8191

#8ed849 color RGB value is (142,216,73).

#8ed849 hex color red value is 142, green value is 216 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #8ed849 hue: 0.25 , saturation: 0.65 and the lightness value of 8ed849 is 0.57.

The process color (four color CMYK) of #8ed849 color hex is 0.34, 0.00, 0.66, 0.15. Web safe color of #8ed849 is #99cc33. Color #8ed849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011000 01001001
Octal 216 330 111
Decimal 142 216 73
Hex 8E D8 49

RGB Percentages of Color #8ed849

%32.95
%50.12
%16.94

CMYK Percentages of Color #8ed849

%34
%0
%66
%15

Triadic Colors of #8ed849

#8ed849 #498ed8 #d8498e

Analogous Colors of #8ed849

#8ed849 #49d84c #d6d849

Monochromatic Colors of #8ed849

#8ed849

Complementary Color

#8ed849 #9349d8

#8ed849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed849 Color CSS Codes

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

#8ed849 Text Font Color

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

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


#8ed849 Background Color

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

This div background color is #8ed849


#8ed849 Border Color

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

This div border color is #8ed849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed849


Comments

No comments written yet.

Please login to write comment.