Color Hex Logo

#9edeaa Color Hex

#9EDEAA
(158,222,170)
0 Favorites   0 Comments

Color spaces of #9edeaa

RGB 158222170
HSL0.360.490.75
HSV131°29°87°
CMYK 0.290.000.23   0.13
XYZ47.477562.413947.5750
Yxy62.41390.30150.3964
Hunter Lab79.0025-30.982619.5975
CIE-Lab83.1330-30.575419.1548

#9edeaa color RGB value is (158,222,170).

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

The process color (four color CMYK) of #9edeaa color hex is 0.29, 0.00, 0.23, 0.13. Web safe color of #9edeaa is #99cc99. Color #9edeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 10101010
Octal 236 336 252
Decimal 158 222 170
Hex 9E DE AA

RGB Percentages of Color #9edeaa

%28.73
%40.36
%30.91

CMYK Percentages of Color #9edeaa

%29
%0
%23
%13

Triadic Colors of #9edeaa

#9edeaa #aa9ede #deaa9e

Analogous Colors of #9edeaa

#9edeaa #9edeca #b2de9e

Monochromatic Colors of #9edeaa

#9edeaa

Complementary Color

#9edeaa #de9ed2

#9edeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edeaa Color CSS Codes

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

#9edeaa Text Font Color

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

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


#9edeaa Background Color

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

This div background color is #9edeaa


#9edeaa Border Color

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

This div border color is #9edeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edeaa


Comments

No comments written yet.

Please login to write comment.