Color Hex Logo

#9dc3dd Color Hex

#9DC3DD
(157,195,221)
0 Favorites   0 Comments

Color spaces of #9dc3dd

RGB 157195221
HSL0.570.480.74
HSV204°29°87°
CMYK 0.290.120.00   0.13
XYZ46.470951.418875.8822
Yxy51.41880.26740.2959
Hunter Lab71.7069-9.8071-12.5475
CIE-Lab76.9320-6.6706-17.0920

#9dc3dd color RGB value is (157,195,221).

#9dc3dd hex color red value is 157, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9dc3dd hue: 0.57 , saturation: 0.48 and the lightness value of 9dc3dd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000011 11011101
Octal 235 303 335
Decimal 157 195 221
Hex 9D C3 DD

RGB Percentages of Color #9dc3dd

%27.40
%34.03
%38.57

CMYK Percentages of Color #9dc3dd

%29
%12
%0
%13

Triadic Colors of #9dc3dd

#9dc3dd #dd9dc3 #c3dd9d

Analogous Colors of #9dc3dd

#9dc3dd #9da3dd #9dddd7

Monochromatic Colors of #9dc3dd

#9dc3dd

Complementary Color

#9dc3dd #ddb79d

#9dc3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc3dd Color CSS Codes

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

#9dc3dd Text Font Color

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

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


#9dc3dd Background Color

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

This div background color is #9dc3dd


#9dc3dd Border Color

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

This div border color is #9dc3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc3dd


Comments

No comments written yet.

Please login to write comment.