Color Hex Logo

#9ccdcb Color Hex

#9CCDCB
(156,205,203)
0 Favorites   0 Comments

Color spaces of #9ccdcb

RGB 156205203
HSL0.490.330.71
HSV178°24°80°
CMYK 0.240.000.01   0.20
XYZ46.321155.042464.6828
Yxy55.04240.27900.3315
Hunter Lab74.1906-18.38650.2416
CIE-Lab79.0657-16.2912-4.2215

#9ccdcb color RGB value is (156,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001101 11001011
Octal 234 315 313
Decimal 156 205 203
Hex 9C CD CB

RGB Percentages of Color #9ccdcb

%27.66
%36.35
%35.99

CMYK Percentages of Color #9ccdcb

%24
%0
%1
%20

Triadic Colors of #9ccdcb

#9ccdcb #cb9ccd #cdcb9c

Analogous Colors of #9ccdcb

#9ccdcb #9cb7cd #9ccdb3

Monochromatic Colors of #9ccdcb

#9ccdcb

Complementary Color

#9ccdcb #cd9c9e

#9ccdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccdcb Color CSS Codes

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

#9ccdcb Text Font Color

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

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


#9ccdcb Background Color

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

This div background color is #9ccdcb


#9ccdcb Border Color

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

This div border color is #9ccdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccdcb


Comments

No comments written yet.

Please login to write comment.