Color Hex Logo

#9cccca Color Hex

#9CCCCA
(156,204,202)
0 Favorites   0 Comments

Color spaces of #9cccca

RGB 156204202
HSL0.490.320.71
HSV178°24°80°
CMYK 0.240.000.01   0.20
XYZ45.963854.517963.9776
Yxy54.51790.27950.3315
Hunter Lab73.8362-18.09540.3118
CIE-Lab78.7628-15.9998-4.1305

#9cccca color RGB value is (156,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11001010
Octal 234 314 312
Decimal 156 204 202
Hex 9C CC CA

RGB Percentages of Color #9cccca

%27.76
%36.30
%35.94

CMYK Percentages of Color #9cccca

%24
%0
%1
%20

Triadic Colors of #9cccca

#9cccca #ca9ccc #ccca9c

Analogous Colors of #9cccca

#9cccca #9cb6cc #9cccb2

Monochromatic Colors of #9cccca

#9cccca

Complementary Color

#9cccca #cc9c9e

#9cccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccca Color CSS Codes

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

#9cccca Text Font Color

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

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


#9cccca Background Color

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

This div background color is #9cccca


#9cccca Border Color

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

This div border color is #9cccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccca

#9cccca Color Palettes


Comments

No comments written yet.

Please login to write comment.