Color Hex Logo

#8eedaa Color Hex

#8EEDAA
(142,237,170)
0 Favorites   0 Comments

Color spaces of #8eedaa

RGB 142237170
HSL0.380.730.74
HSV138°40°93°
CMYK 0.400.000.28   0.07
XYZ48.695269.221448.8248
Yxy69.22140.29200.4151
Hunter Lab83.1994-41.125923.4458
CIE-Lab86.6136-42.214623.8382

#8eedaa color RGB value is (142,237,170).

#8eedaa hex color red value is 142, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8eedaa hue: 0.38 , saturation: 0.73 and the lightness value of 8eedaa is 0.74.

The process color (four color CMYK) of #8eedaa color hex is 0.40, 0.00, 0.28, 0.07. Web safe color of #8eedaa is #99ff99. Color #8eedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 10101010
Octal 216 355 252
Decimal 142 237 170
Hex 8E ED AA

RGB Percentages of Color #8eedaa

%25.87
%43.17
%30.97

CMYK Percentages of Color #8eedaa

%40
%0
%28
%7

Triadic Colors of #8eedaa

#8eedaa #aa8eed #edaa8e

Analogous Colors of #8eedaa

#8eedaa #8eedda #a2ed8e

Monochromatic Colors of #8eedaa

#8eedaa

Complementary Color

#8eedaa #ed8ed1

#8eedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedaa Color CSS Codes

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

#8eedaa Text Font Color

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

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


#8eedaa Background Color

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

This div background color is #8eedaa


#8eedaa Border Color

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

This div border color is #8eedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedaa


Comments

No comments written yet.

Please login to write comment.