Color Hex Logo

#9edead Color Hex

#9EDEAD
(158,222,173)
0 Favorites   0 Comments

Color spaces of #9edead

RGB 158222173
HSL0.370.490.75
HSV134°29°87°
CMYK 0.290.000.22   0.13
XYZ47.764762.528849.0870
Yxy62.52880.29970.3923
Hunter Lab79.0752-30.560118.5475
CIE-Lab83.1938-30.039117.6686

#9edead color RGB value is (158,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 10101101
Octal 236 336 255
Decimal 158 222 173
Hex 9E DE AD

RGB Percentages of Color #9edead

%28.57
%40.14
%31.28

CMYK Percentages of Color #9edead

%29
%0
%22
%13

Triadic Colors of #9edead

#9edead #ad9ede #dead9e

Analogous Colors of #9edead

#9edead #9edecd #afde9e

Monochromatic Colors of #9edead

#9edead

Complementary Color

#9edead #de9ecf

#9edead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edead Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edead Color CSS Codes

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

#9edead Text Font Color

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

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


#9edead Background Color

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

This div background color is #9edead


#9edead Border Color

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

This div border color is #9edead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,222,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9edead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edead


Comments

No comments written yet.

Please login to write comment.