Color Hex Logo

#9bcccd Color Hex

#9BCCCD
(155,204,205)
0 Favorites   0 Comments

Color spaces of #9bcccd

RGB 155204205
HSL0.500.330.71
HSV181°24°80°
CMYK 0.240.000.00   0.20
XYZ46.129954.562165.8578
Yxy54.56210.27700.3276
Hunter Lab73.8662-17.7914-1.1556
CIE-Lab78.7884-15.6379-5.7116

#9bcccd color RGB value is (155,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 11001101
Octal 233 314 315
Decimal 155 204 205
Hex 9B CC CD

RGB Percentages of Color #9bcccd

%27.48
%36.17
%36.35

CMYK Percentages of Color #9bcccd

%24
%0
%0
%20

Triadic Colors of #9bcccd

#9bcccd #cd9bcc #cccd9b

Analogous Colors of #9bcccd

#9bcccd #9bb3cd #9bcdb5

Monochromatic Colors of #9bcccd

#9bcccd

Complementary Color

#9bcccd #cd9c9b

#9bcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcccd Color CSS Codes

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

#9bcccd Text Font Color

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

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


#9bcccd Background Color

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

This div background color is #9bcccd


#9bcccd Border Color

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

This div border color is #9bcccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcccd


Comments

No comments written yet.

Please login to write comment.