Color Hex Logo

#8edfaa Color Hex

#8EDFAA
(142,223,170)
0 Favorites   0 Comments

Color spaces of #8edfaa

RGB 142223170
HSL0.390.560.72
HSV141°36°87°
CMYK 0.360.000.24   0.13
XYZ44.798761.428447.5259
Yxy61.42840.29140.3995
Hunter Lab78.3763-35.130618.9110
CIE-Lab82.6085-35.920818.3026

#8edfaa color RGB value is (142,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 10101010
Octal 216 337 252
Decimal 142 223 170
Hex 8E DF AA

RGB Percentages of Color #8edfaa

%26.54
%41.68
%31.78

CMYK Percentages of Color #8edfaa

%36
%0
%24
%13

Triadic Colors of #8edfaa

#8edfaa #aa8edf #dfaa8e

Analogous Colors of #8edfaa

#8edfaa #8edfd3 #9bdf8e

Monochromatic Colors of #8edfaa

#8edfaa

Complementary Color

#8edfaa #df8ec3

#8edfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfaa Color CSS Codes

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

#8edfaa Text Font Color

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

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


#8edfaa Background Color

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

This div background color is #8edfaa


#8edfaa Border Color

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

This div border color is #8edfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfaa


Comments

No comments written yet.

Please login to write comment.