Color Hex Logo

#9ccdcc Color Hex

#9CCDCC
(156,205,204)
0 Favorites   0 Comments

Color spaces of #9ccdcc

RGB 156205204
HSL0.500.330.71
HSV179°24°80°
CMYK 0.240.000.00   0.20
XYZ46.440755.090265.3125
Yxy55.09020.27830.3302
Hunter Lab74.2228-18.2036-0.2164
CIE-Lab79.0932-16.0714-4.7179

#9ccdcc color RGB value is (156,205,204).

#9ccdcc hex color red value is 156, green value is 205 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9ccdcc hue: 0.50 , saturation: 0.33 and the lightness value of 9ccdcc is 0.71.

The process color (four color CMYK) of #9ccdcc color hex is 0.24, 0.00, 0.00, 0.20. Web safe color of #9ccdcc is #99cccc. Color #9ccdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001101 11001100
Octal 234 315 314
Decimal 156 205 204
Hex 9C CD CC

RGB Percentages of Color #9ccdcc

%27.61
%36.28
%36.11

CMYK Percentages of Color #9ccdcc

%24
%0
%0
%20

Triadic Colors of #9ccdcc

#9ccdcc #cc9ccd #cdcc9c

Analogous Colors of #9ccdcc

#9ccdcc #9cb6cd #9ccdb4

Monochromatic Colors of #9ccdcc

#9ccdcc

Complementary Color

#9ccdcc #cd9c9d

#9ccdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccdcc Color CSS Codes

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

#9ccdcc Text Font Color

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

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


#9ccdcc Background Color

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

This div background color is #9ccdcc


#9ccdcc Border Color

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

This div border color is #9ccdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccdcc


Comments

No comments written yet.

Please login to write comment.