Color Hex Logo

#9deead Color Hex

#9DEEAD
(157,238,173)
0 Favorites   0 Comments

Color spaces of #9deead

RGB 157238173
HSL0.370.700.77
HSV132°34°93°
CMYK 0.340.000.27   0.07
XYZ52.022071.334350.5622
Yxy71.33430.29910.4102
Hunter Lab84.4596-37.859223.6275
CIE-Lab87.6472-37.758623.8256

#9deead color RGB value is (157,238,173).

#9deead hex color red value is 157, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9deead hue: 0.37 , saturation: 0.70 and the lightness value of 9deead is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 10101101
Octal 235 356 255
Decimal 157 238 173
Hex 9D EE AD

RGB Percentages of Color #9deead

%27.64
%41.90
%30.46

CMYK Percentages of Color #9deead

%34
%0
%27
%7

Triadic Colors of #9deead

#9deead #ad9dee #eead9d

Analogous Colors of #9deead

#9deead #9deed6 #b6ee9d

Monochromatic Colors of #9deead

#9deead

Complementary Color

#9deead #ee9dde

#9deead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deead Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deead Color CSS Codes

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

#9deead Text Font Color

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

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


#9deead Background Color

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

This div background color is #9deead


#9deead Border Color

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

This div border color is #9deead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deead


Comments

No comments written yet.

Please login to write comment.