Color Hex Logo

#8ed48c Color Hex

#8ED48C
(142,212,140)
0 Favorites   0 Comments

Color spaces of #8ed48c

RGB 142212140
HSL0.330.460.69
HSV118°34°83°
CMYK 0.330.000.34   0.17
XYZ39.432454.731233.2968
Yxy54.73120.30940.4294
Hunter Lab73.9805-34.323625.1014
CIE-Lab78.8862-36.078528.8524

#8ed48c color RGB value is (142,212,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010100 10001100
Octal 216 324 214
Decimal 142 212 140
Hex 8E D4 8C

RGB Percentages of Color #8ed48c

%28.74
%42.91
%28.34

CMYK Percentages of Color #8ed48c

%33
%0
%34
%17

Triadic Colors of #8ed48c

#8ed48c #8c8ed4 #d48c8e

Analogous Colors of #8ed48c

#8ed48c #8cd4ae #b2d48c

Monochromatic Colors of #8ed48c

#8ed48c

Complementary Color

#8ed48c #d28cd4

#8ed48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed48c Color CSS Codes

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

#8ed48c Text Font Color

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

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


#8ed48c Background Color

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

This div background color is #8ed48c


#8ed48c Border Color

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

This div border color is #8ed48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed48c


Comments

No comments written yet.

Please login to write comment.