Color Hex Logo

#9bdbdd Color Hex

#9BDBDD
(155,219,221)
1 Favorites   0 Comments

Color spaces of #9bdbdd

RGB 155219221
HSL0.510.490.74
HSV182°30°87°
CMYK 0.300.010.00   0.13
XYZ51.900262.852177.8028
Yxy62.85210.26950.3264
Hunter Lab79.2793-21.8838-2.6902
CIE-Lab83.3645-19.6182-7.4850

#9bdbdd color RGB value is (155,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11011101
Octal 233 333 335
Decimal 155 219 221
Hex 9B DB DD

RGB Percentages of Color #9bdbdd

%26.05
%36.81
%37.14

CMYK Percentages of Color #9bdbdd

%30
%1
%0
%13

Triadic Colors of #9bdbdd

#9bdbdd #dd9bdb #dbdd9b

Analogous Colors of #9bdbdd

#9bdbdd #9bbadd #9bddbe

Monochromatic Colors of #9bdbdd

#9bdbdd

Complementary Color

#9bdbdd #dd9d9b

#9bdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbdd Color CSS Codes

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

#9bdbdd Text Font Color

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

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


#9bdbdd Background Color

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

This div background color is #9bdbdd


#9bdbdd Border Color

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

This div border color is #9bdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbdd

#9bdbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.