Color Hex Logo

#9dd0de Color Hex

#9DD0DE
(157,208,222)
0 Favorites   0 Comments

Color spaces of #9dd0de

RGB 157208222
HSL0.540.500.74
HSV193°29°87°
CMYK 0.290.060.00   0.13
XYZ49.645357.553877.5996
Yxy57.55380.26860.3114
Hunter Lab75.8642-15.9526-7.5413
CIE-Lab80.4901-13.2349-12.2851

#9dd0de color RGB value is (157,208,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010000 11011110
Octal 235 320 336
Decimal 157 208 222
Hex 9D D0 DE

RGB Percentages of Color #9dd0de

%26.75
%35.43
%37.82

CMYK Percentages of Color #9dd0de

%29
%6
%0
%13

Triadic Colors of #9dd0de

#9dd0de #de9dd0 #d0de9d

Analogous Colors of #9dd0de

#9dd0de #9db0de #9ddecc

Monochromatic Colors of #9dd0de

#9dd0de

Complementary Color

#9dd0de #deab9d

#9dd0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd0de Color CSS Codes

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

#9dd0de Text Font Color

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

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


#9dd0de Background Color

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

This div background color is #9dd0de


#9dd0de Border Color

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

This div border color is #9dd0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd0de

#9dd0de Color Palettes


Comments

No comments written yet.

Please login to write comment.