Color Hex Logo

#9ddecd Color Hex

#9DDECD
(157,222,205)
0 Favorites   0 Comments

Color spaces of #9ddecd

RGB 157222205
HSL0.460.500.74
HSV164°29°87°
CMYK 0.290.000.08   0.13
XYZ51.045363.818467.3854
Yxy63.81840.28010.3502
Hunter Lab79.8864-25.74455.9085
CIE-Lab83.8711-24.05831.7541

#9ddecd color RGB value is (157,222,205).

#9ddecd hex color red value is 157, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9ddecd hue: 0.46 , saturation: 0.50 and the lightness value of 9ddecd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 11001101
Octal 235 336 315
Decimal 157 222 205
Hex 9D DE CD

RGB Percentages of Color #9ddecd

%26.88
%38.01
%35.10

CMYK Percentages of Color #9ddecd

%29
%0
%8
%13

Triadic Colors of #9ddecd

#9ddecd #cd9dde #decd9d

Analogous Colors of #9ddecd

#9ddecd #9dcfde #9ddead

Monochromatic Colors of #9ddecd

#9ddecd

Complementary Color

#9ddecd #de9dae

#9ddecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddecd Color CSS Codes

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

#9ddecd Text Font Color

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

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


#9ddecd Background Color

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

This div background color is #9ddecd


#9ddecd Border Color

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

This div border color is #9ddecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddecd


Comments

No comments written yet.

Please login to write comment.