Color Hex Logo

#9bbccd Color Hex

#9BBCCD
(155,188,205)
0 Favorites   0 Comments

Color spaces of #9bbccd

RGB 155188205
HSL0.560.330.71
HSV200°24°80°
CMYK 0.240.080.00   0.20
XYZ42.520247.342864.6546
Yxy47.34280.27520.3064
Hunter Lab68.8061-10.1028-7.5484
CIE-Lab74.4085-7.2880-12.2266

#9bbccd color RGB value is (155,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 11001101
Octal 233 274 315
Decimal 155 188 205
Hex 9B BC CD

RGB Percentages of Color #9bbccd

%28.28
%34.31
%37.41

CMYK Percentages of Color #9bbccd

%24
%8
%0
%20

Triadic Colors of #9bbccd

#9bbccd #cd9bbc #bccd9b

Analogous Colors of #9bbccd

#9bbccd #9ba3cd #9bcdc5

Monochromatic Colors of #9bbccd

#9bbccd

Complementary Color

#9bbccd #cdac9b

#9bbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbccd Color CSS Codes

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

#9bbccd Text Font Color

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

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


#9bbccd Background Color

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

This div background color is #9bbccd


#9bbccd Border Color

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

This div border color is #9bbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbccd


Comments

No comments written yet.

Please login to write comment.