Color Hex Logo

#8edaaa Color Hex

#8EDAAA
(142,218,170)
0 Favorites   0 Comments

Color spaces of #8edaaa

RGB 142218170
HSL0.390.510.71
HSV142°35°85°
CMYK 0.350.000.22   0.15
XYZ43.482458.795947.0872
Yxy58.79590.29110.3936
Hunter Lab76.6785-32.964617.2658
CIE-Lab81.1793-33.609316.3067

#8edaaa color RGB value is (142,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10101010
Octal 216 332 252
Decimal 142 218 170
Hex 8E DA AA

RGB Percentages of Color #8edaaa

%26.79
%41.13
%32.08

CMYK Percentages of Color #8edaaa

%35
%0
%22
%15

Triadic Colors of #8edaaa

#8edaaa #aa8eda #daaa8e

Analogous Colors of #8edaaa

#8edaaa #8edad0 #98da8e

Monochromatic Colors of #8edaaa

#8edaaa

Complementary Color

#8edaaa #da8ebe

#8edaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edaaa Color CSS Codes

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

#8edaaa Text Font Color

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

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


#8edaaa Background Color

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

This div background color is #8edaaa


#8edaaa Border Color

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

This div border color is #8edaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edaaa


Comments

No comments written yet.

Please login to write comment.