Color Hex Logo

#9bb0dd Color Hex

#9BB0DD
(155,176,221)
0 Favorites   0 Comments

Color spaces of #9bb0dd

RGB 155176221
HSL0.610.490.74
HSV221°30°87°
CMYK 0.300.200.00   0.13
XYZ42.094043.239774.5341
Yxy43.23970.26330.2705
Hunter Lab65.7569-0.8086-21.1742
CIE-Lab71.71743.0299-25.0264

#9bb0dd color RGB value is (155,176,221).

#9bb0dd hex color red value is 155, green value is 176 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9bb0dd hue: 0.61 , saturation: 0.49 and the lightness value of 9bb0dd is 0.74.

The process color (four color CMYK) of #9bb0dd color hex is 0.30, 0.20, 0.00, 0.13. Web safe color of #9bb0dd is #9999cc. Color #9bb0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110000 11011101
Octal 233 260 335
Decimal 155 176 221
Hex 9B B0 DD

RGB Percentages of Color #9bb0dd

%28.08
%31.88
%40.04

CMYK Percentages of Color #9bb0dd

%30
%20
%0
%13

Triadic Colors of #9bb0dd

#9bb0dd #dd9bb0 #b0dd9b

Analogous Colors of #9bb0dd

#9bb0dd #a79bdd #9bd1dd

Monochromatic Colors of #9bb0dd

#9bb0dd

Complementary Color

#9bb0dd #ddc89b

#9bb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb0dd Color CSS Codes

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

#9bb0dd Text Font Color

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

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


#9bb0dd Background Color

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

This div background color is #9bb0dd


#9bb0dd Border Color

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

This div border color is #9bb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb0dd

#9bb0dd Color Palettes


Comments

No comments written yet.

Please login to write comment.