Color Hex Logo

#8eddac Color Hex

#8EDDAC
(142,221,172)
0 Favorites   0 Comments

Color spaces of #8eddac

RGB 142221172
HSL0.400.540.71
HSV143°36°87°
CMYK 0.360.000.22   0.13
XYZ44.458260.442248.3531
Yxy60.44220.29010.3944
Hunter Lab77.7446-33.977917.5459
CIE-Lab82.0780-34.622216.5127

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 10101100
Octal 216 335 254
Decimal 142 221 172
Hex 8E DD AC

RGB Percentages of Color #8eddac

%26.54
%41.31
%32.15

CMYK Percentages of Color #8eddac

%36
%0
%22
%13

Triadic Colors of #8eddac

#8eddac #ac8edd #ddac8e

Analogous Colors of #8eddac

#8eddac #8eddd4 #98dd8e

Monochromatic Colors of #8eddac

#8eddac

Complementary Color

#8eddac #dd8ebf

#8eddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddac Color CSS Codes

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

#8eddac Text Font Color

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

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


#8eddac Background Color

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

This div background color is #8eddac


#8eddac Border Color

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

This div border color is #8eddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddac


Comments

No comments written yet.

Please login to write comment.