Color Hex Logo

#9cbccd Color Hex

#9CBCCD
(156,188,205)
0 Favorites   0 Comments

Color spaces of #9cbccd

RGB 156188205
HSL0.560.330.71
HSV201°24°80°
CMYK 0.240.080.00   0.20
XYZ42.713047.442164.6636
Yxy47.44210.27590.3064
Hunter Lab68.8782-9.8449-7.4473
CIE-Lab74.4717-6.9831-12.1255

#9cbccd color RGB value is (156,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11001101
Octal 234 274 315
Decimal 156 188 205
Hex 9C BC CD

RGB Percentages of Color #9cbccd

%28.42
%34.24
%37.34

CMYK Percentages of Color #9cbccd

%24
%8
%0
%20

Triadic Colors of #9cbccd

#9cbccd #cd9cbc #bccd9c

Analogous Colors of #9cbccd

#9cbccd #9ca4cd #9ccdc6

Monochromatic Colors of #9cbccd

#9cbccd

Complementary Color

#9cbccd #cdad9c

#9cbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbccd Color CSS Codes

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

#9cbccd Text Font Color

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

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


#9cbccd Background Color

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

This div background color is #9cbccd


#9cbccd Border Color

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

This div border color is #9cbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbccd


Comments

No comments written yet.

Please login to write comment.