Color Hex Logo

#9cc7cc Color Hex

#9CC7CC
(156,199,204)
0 Favorites   0 Comments

Color spaces of #9cc7cc

RGB 156199204
HSL0.520.320.71
HSV186°24°80°
CMYK 0.240.020.00   0.20
XYZ45.032852.274464.8432
Yxy52.27440.27770.3224
Hunter Lab72.3010-15.3478-2.5635
CIE-Lab77.4446-12.9860-7.1552

#9cc7cc color RGB value is (156,199,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000111 11001100
Octal 234 307 314
Decimal 156 199 204
Hex 9C C7 CC

RGB Percentages of Color #9cc7cc

%27.91
%35.60
%36.49

CMYK Percentages of Color #9cc7cc

%24
%2
%0
%20

Triadic Colors of #9cc7cc

#9cc7cc #cc9cc7 #c7cc9c

Analogous Colors of #9cc7cc

#9cc7cc #9cafcc #9cccb9

Monochromatic Colors of #9cc7cc

#9cc7cc

Complementary Color

#9cc7cc #cca19c

#9cc7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc7cc Color CSS Codes

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

#9cc7cc Text Font Color

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

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


#9cc7cc Background Color

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

This div background color is #9cc7cc


#9cc7cc Border Color

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

This div border color is #9cc7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc7cc


Comments

No comments written yet.

Please login to write comment.