Color Hex Logo

#9cc9dd Color Hex

#9CC9DD
(156,201,221)
0 Favorites   0 Comments

Color spaces of #9cc9dd

RGB 156201221
HSL0.550.490.74
HSV198°29°87°
CMYK 0.290.090.00   0.13
XYZ47.648154.061776.3302
Yxy54.06170.26760.3036
Hunter Lab73.5267-12.9968-10.0820
CIE-Lab78.4977-10.1209-14.7408

#9cc9dd color RGB value is (156,201,221).

#9cc9dd hex color red value is 156, green value is 201 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9cc9dd hue: 0.55 , saturation: 0.49 and the lightness value of 9cc9dd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001001 11011101
Octal 234 311 335
Decimal 156 201 221
Hex 9C C9 DD

RGB Percentages of Color #9cc9dd

%26.99
%34.78
%38.24

CMYK Percentages of Color #9cc9dd

%29
%9
%0
%13

Triadic Colors of #9cc9dd

#9cc9dd #dd9cc9 #c9dd9c

Analogous Colors of #9cc9dd

#9cc9dd #9ca9dd #9cddd1

Monochromatic Colors of #9cc9dd

#9cc9dd

Complementary Color

#9cc9dd #ddb09c

#9cc9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc9dd Color CSS Codes

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

#9cc9dd Text Font Color

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

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


#9cc9dd Background Color

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

This div background color is #9cc9dd


#9cc9dd Border Color

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

This div border color is #9cc9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc9dd

#9cc9dd Color Palettes


Comments

No comments written yet.

Please login to write comment.