Color Hex Logo

#8edda1 Color Hex

#8EDDA1
(142,221,161)
0 Favorites   0 Comments

Color spaces of #8edda1

RGB 142221161
HSL0.370.540.71
HSV134°36°87°
CMYK 0.360.000.27   0.13
XYZ43.444860.036943.0167
Yxy60.03690.29660.4098
Hunter Lab77.4835-35.511621.3223
CIE-Lab81.8582-36.646921.9674

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 10100001
Octal 216 335 241
Decimal 142 221 161
Hex 8E DD A1

RGB Percentages of Color #8edda1

%27.10
%42.18
%30.73

CMYK Percentages of Color #8edda1

%36
%0
%27
%13

Triadic Colors of #8edda1

#8edda1 #a18edd #dda18e

Analogous Colors of #8edda1

#8edda1 #8eddc9 #a3dd8e

Monochromatic Colors of #8edda1

#8edda1

Complementary Color

#8edda1 #dd8eca

#8edda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edda1 Color CSS Codes

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

#8edda1 Text Font Color

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

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


#8edda1 Background Color

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

This div background color is #8edda1


#8edda1 Border Color

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

This div border color is #8edda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edda1


Comments

No comments written yet.

Please login to write comment.