Color Hex Logo

#8edaac Color Hex

#8EDAAC
(142,218,172)
0 Favorites   0 Comments

Color spaces of #8edaac

RGB 142218172
HSL0.400.510.71
HSV144°35°85°
CMYK 0.350.000.21   0.15
XYZ43.673158.872148.0914
Yxy58.87210.28990.3908
Hunter Lab76.7282-32.673416.5481
CIE-Lab81.2212-33.227815.3114

#8edaac color RGB value is (142,218,172).

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

The process color (four color CMYK) of #8edaac color hex is 0.35, 0.00, 0.21, 0.15. Web safe color of #8edaac is #99cc99. Color #8edaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10101100
Octal 216 332 254
Decimal 142 218 172
Hex 8E DA AC

RGB Percentages of Color #8edaac

%26.69
%40.98
%32.33

CMYK Percentages of Color #8edaac

%35
%0
%21
%15

Triadic Colors of #8edaac

#8edaac #ac8eda #daac8e

Analogous Colors of #8edaac

#8edaac #8edad2 #96da8e

Monochromatic Colors of #8edaac

#8edaac

Complementary Color

#8edaac #da8ebc

#8edaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edaac Color CSS Codes

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

#8edaac Text Font Color

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

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


#8edaac Background Color

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

This div background color is #8edaac


#8edaac Border Color

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

This div border color is #8edaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,218,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 #8edaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edaac


Comments

No comments written yet.

Please login to write comment.