Color Hex Logo

#9deadd Color Hex

#9DEADD
(157,234,221)
0 Favorites   0 Comments

Color spaces of #9deadd

RGB 157234221
HSL0.470.650.77
HSV170°33°92°
CMYK 0.330.000.06   0.08
XYZ56.378671.234279.1847
Yxy71.23420.27260.3445
Hunter Lab84.4004-28.46443.4542
CIE-Lab87.5987-26.4370-1.2371

#9deadd color RGB value is (157,234,221).

#9deadd hex color red value is 157, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9deadd hue: 0.47 , saturation: 0.65 and the lightness value of 9deadd is 0.77.

The process color (four color CMYK) of #9deadd color hex is 0.33, 0.00, 0.06, 0.08. Web safe color of #9deadd is #99ffcc. Color #9deadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11011101
Octal 235 352 335
Decimal 157 234 221
Hex 9D EA DD

RGB Percentages of Color #9deadd

%25.65
%38.24
%36.11

CMYK Percentages of Color #9deadd

%33
%0
%6
%8

Triadic Colors of #9deadd

#9deadd #dd9dea #eadd9d

Analogous Colors of #9deadd

#9deadd #9dd1ea #9deab7

Monochromatic Colors of #9deadd

#9deadd

Complementary Color

#9deadd #ea9daa

#9deadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deadd Color CSS Codes

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

#9deadd Text Font Color

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

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


#9deadd Background Color

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

This div background color is #9deadd


#9deadd Border Color

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

This div border color is #9deadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,234,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deadd


Comments

No comments written yet.

Please login to write comment.