Color Hex Logo

#9cb7cc Color Hex

#9CB7CC
(156,183,204)
0 Favorites   0 Comments

Color spaces of #9cb7cc

RGB 156183204
HSL0.570.320.71
HSV206°24°80°
CMYK 0.240.100.00   0.20
XYZ41.542945.294563.6799
Yxy45.29450.27600.3009
Hunter Lab67.3012-7.5947-8.9889
CIE-Lab73.0854-4.5374-13.6589

#9cb7cc color RGB value is (156,183,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110111 11001100
Octal 234 267 314
Decimal 156 183 204
Hex 9C B7 CC

RGB Percentages of Color #9cb7cc

%28.73
%33.70
%37.57

CMYK Percentages of Color #9cb7cc

%24
%10
%0
%20

Triadic Colors of #9cb7cc

#9cb7cc #cc9cb7 #b7cc9c

Analogous Colors of #9cb7cc

#9cb7cc #9c9fcc #9cccc9

Monochromatic Colors of #9cb7cc

#9cb7cc

Complementary Color

#9cb7cc #ccb19c

#9cb7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb7cc Color CSS Codes

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

#9cb7cc Text Font Color

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

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


#9cb7cc Background Color

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

This div background color is #9cb7cc


#9cb7cc Border Color

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

This div border color is #9cb7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb7cc


Comments

No comments written yet.

Please login to write comment.