Color Hex Logo

#9edfaa Color Hex

#9EDFAA
(158,223,170)
0 Favorites   0 Comments

Color spaces of #9edfaa

RGB 158223170
HSL0.360.500.75
HSV131°29°87°
CMYK 0.290.000.24   0.13
XYZ47.743962.946747.6638
Yxy62.94670.30150.3975
Hunter Lab79.3390-31.427019.9181
CIE-Lab83.4143-31.047219.5454

#9edfaa color RGB value is (158,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 10101010
Octal 236 337 252
Decimal 158 223 170
Hex 9E DF AA

RGB Percentages of Color #9edfaa

%28.68
%40.47
%30.85

CMYK Percentages of Color #9edfaa

%29
%0
%24
%13

Triadic Colors of #9edfaa

#9edfaa #aa9edf #dfaa9e

Analogous Colors of #9edfaa

#9edfaa #9edfcb #b3df9e

Monochromatic Colors of #9edfaa

#9edfaa

Complementary Color

#9edfaa #df9ed3

#9edfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfaa Color CSS Codes

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

#9edfaa Text Font Color

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

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


#9edfaa Background Color

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

This div background color is #9edfaa


#9edfaa Border Color

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

This div border color is #9edfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfaa


Comments

No comments written yet.

Please login to write comment.