Color Hex Logo

#9bbbdc Color Hex

#9BBBDC
(155,187,220)
0 Favorites   0 Comments

Color spaces of #9bbbdc

RGB 155187220
HSL0.580.480.74
HSV210°30°86°
CMYK 0.300.150.00   0.14
XYZ44.206247.676574.5827
Yxy47.67650.26560.2864
Hunter Lab69.0482-6.5546-15.7086
CIE-Lab74.6204-3.2125-20.0594

#9bbbdc color RGB value is (155,187,220).

#9bbbdc hex color red value is 155, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9bbbdc hue: 0.58 , saturation: 0.48 and the lightness value of 9bbbdc is 0.74.

The process color (four color CMYK) of #9bbbdc color hex is 0.30, 0.15, 0.00, 0.14. Web safe color of #9bbbdc is #99cccc. Color #9bbbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 11011100
Octal 233 273 334
Decimal 155 187 220
Hex 9B BB DC

RGB Percentages of Color #9bbbdc

%27.58
%33.27
%39.15

CMYK Percentages of Color #9bbbdc

%30
%15
%0
%14

Triadic Colors of #9bbbdc

#9bbbdc #dc9bbb #bbdc9b

Analogous Colors of #9bbbdc

#9bbbdc #9c9bdc #9bdcdc

Monochromatic Colors of #9bbbdc

#9bbbdc

Complementary Color

#9bbbdc #dcbc9b

#9bbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbdc Color CSS Codes

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

#9bbbdc Text Font Color

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

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


#9bbbdc Background Color

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

This div background color is #9bbbdc


#9bbbdc Border Color

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

This div border color is #9bbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbdc


Comments

No comments written yet.

Please login to write comment.