Color Hex Logo

#8edd8e Color Hex

#8EDD8E
(142,221,142)
0 Favorites   0 Comments

Color spaces of #8edd8e

RGB 142221142
HSL0.330.540.71
HSV120°36°87°
CMYK 0.360.000.36   0.13
XYZ41.894359.416734.8517
Yxy59.41670.30770.4364
Hunter Lab77.0822-37.878927.1504
CIE-Lab81.5201-39.827031.3281

#8edd8e color RGB value is (142,221,142).

#8edd8e hex color red value is 142, green value is 221 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8edd8e hue: 0.33 , saturation: 0.54 and the lightness value of 8edd8e is 0.71.

The process color (four color CMYK) of #8edd8e color hex is 0.36, 0.00, 0.36, 0.13. Web safe color of #8edd8e is #99cc99. Color #8edd8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 10001110
Octal 216 335 216
Decimal 142 221 142
Hex 8E DD 8E

RGB Percentages of Color #8edd8e

%28.12
%43.76
%28.12

CMYK Percentages of Color #8edd8e

%36
%0
%36
%13

Triadic Colors of #8edd8e

#8edd8e #8e8edd #dd8e8e

Analogous Colors of #8edd8e

#8edd8e #8eddb6 #b6dd8e

Monochromatic Colors of #8edd8e

#8edd8e

Complementary Color

#8edd8e #dd8edd

#8edd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edd8e Color CSS Codes

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

#8edd8e Text Font Color

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

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


#8edd8e Background Color

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

This div background color is #8edd8e


#8edd8e Border Color

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

This div border color is #8edd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edd8e


Comments

No comments written yet.

Please login to write comment.