Color Hex Logo

#9bbdcc Color Hex

#9BBDCC
(155,189,204)
0 Favorites   0 Comments

Color spaces of #9bbdcc

RGB 155189204
HSL0.550.320.70
HSV198°24°80°
CMYK 0.240.070.00   0.20
XYZ42.614247.723464.0923
Yxy47.72340.27590.3090
Hunter Lab69.0821-10.7837-6.6500
CIE-Lab74.6501-8.0479-11.3213

#9bbdcc color RGB value is (155,189,204).

#9bbdcc hex color red value is 155, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9bbdcc hue: 0.55 , saturation: 0.32 and the lightness value of 9bbdcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111101 11001100
Octal 233 275 314
Decimal 155 189 204
Hex 9B BD CC

RGB Percentages of Color #9bbdcc

%28.28
%34.49
%37.23

CMYK Percentages of Color #9bbdcc

%24
%7
%0
%20

Triadic Colors of #9bbdcc

#9bbdcc #cc9bbd #bdcc9b

Analogous Colors of #9bbdcc

#9bbdcc #9ba5cc #9bccc3

Monochromatic Colors of #9bbdcc

#9bbdcc

Complementary Color

#9bbdcc #ccaa9b

#9bbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbdcc Color CSS Codes

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

#9bbdcc Text Font Color

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

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


#9bbdcc Background Color

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

This div background color is #9bbdcc


#9bbdcc Border Color

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

This div border color is #9bbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbdcc


Comments

No comments written yet.

Please login to write comment.