Color Hex Logo

#9deadc Color Hex

#9DEADC
(157,234,220)
0 Favorites   0 Comments

Color spaces of #9deadc

RGB 157234220
HSL0.470.650.77
HSV169°33°92°
CMYK 0.330.000.06   0.08
XYZ56.245771.181078.4850
Yxy71.18100.27320.3457
Hunter Lab84.3688-28.64593.9030
CIE-Lab87.5729-26.6562-0.7503

#9deadc color RGB value is (157,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11011100
Octal 235 352 334
Decimal 157 234 220
Hex 9D EA DC

RGB Percentages of Color #9deadc

%25.70
%38.30
%36.01

CMYK Percentages of Color #9deadc

%33
%0
%6
%8

Triadic Colors of #9deadc

#9deadc #dc9dea #eadc9d

Analogous Colors of #9deadc

#9deadc #9dd2ea #9deab6

Monochromatic Colors of #9deadc

#9deadc

Complementary Color

#9deadc #ea9dab

#9deadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deadc Color CSS Codes

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

#9deadc Text Font Color

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

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


#9deadc Background Color

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

This div background color is #9deadc


#9deadc Border Color

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

This div border color is #9deadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deadc


Comments

No comments written yet.

Please login to write comment.