Color Hex Logo

#9cbbcd Color Hex

#9CBBCD
(156,187,205)
0 Favorites   0 Comments

Color spaces of #9cbbcd

RGB 156187205
HSL0.560.330.71
HSV202°24°80°
CMYK 0.240.090.00   0.20
XYZ42.500147.016364.5927
Yxy47.01630.27580.3051
Hunter Lab68.5684-9.3569-7.8543
CIE-Lab74.2002-6.4503-12.5321

#9cbbcd color RGB value is (156,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 11001101
Octal 234 273 315
Decimal 156 187 205
Hex 9C BB CD

RGB Percentages of Color #9cbbcd

%28.47
%34.12
%37.41

CMYK Percentages of Color #9cbbcd

%24
%9
%0
%20

Triadic Colors of #9cbbcd

#9cbbcd #cd9cbb #bbcd9c

Analogous Colors of #9cbbcd

#9cbbcd #9ca3cd #9ccdc7

Monochromatic Colors of #9cbbcd

#9cbbcd

Complementary Color

#9cbbcd #cdae9c

#9cbbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbcd Color CSS Codes

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

#9cbbcd Text Font Color

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

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


#9cbbcd Background Color

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

This div background color is #9cbbcd


#9cbbcd Border Color

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

This div border color is #9cbbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbcd


Comments

No comments written yet.

Please login to write comment.