Color Hex Logo

#9eedaa Color Hex

#9EEDAA
(158,237,170)
0 Favorites   0 Comments

Color spaces of #9eedaa

RGB 158237170
HSL0.360.690.77
HSV129°33°93°
CMYK 0.330.000.28   0.07
XYZ51.640470.739848.9626
Yxy70.73980.30140.4129
Hunter Lab84.1070-37.590924.3594
CIE-Lab87.3584-37.516524.9786

#9eedaa color RGB value is (158,237,170).

#9eedaa hex color red value is 158, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9eedaa hue: 0.36 , saturation: 0.69 and the lightness value of 9eedaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 10101010
Octal 236 355 252
Decimal 158 237 170
Hex 9E ED AA

RGB Percentages of Color #9eedaa

%27.96
%41.95
%30.09

CMYK Percentages of Color #9eedaa

%33
%0
%28
%7

Triadic Colors of #9eedaa

#9eedaa #aa9eed #edaa9e

Analogous Colors of #9eedaa

#9eedaa #9eedd2 #baed9e

Monochromatic Colors of #9eedaa

#9eedaa

Complementary Color

#9eedaa #ed9ee1

#9eedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedaa Color CSS Codes

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

#9eedaa Text Font Color

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

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


#9eedaa Background Color

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

This div background color is #9eedaa


#9eedaa Border Color

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

This div border color is #9eedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedaa


Comments

No comments written yet.

Please login to write comment.