Color Hex Logo

#9bcbdb Color Hex

#9BCBDB
(155,203,219)
0 Favorites   0 Comments

Color spaces of #9bcbdb

RGB 155203219
HSL0.540.470.73
HSV195°29°86°
CMYK 0.290.070.00   0.14
XYZ47.659754.794975.0824
Yxy54.79490.26840.3086
Hunter Lab74.0236-14.6150-8.3216
CIE-Lab78.9230-11.9218-13.0340

#9bcbdb color RGB value is (155,203,219).

#9bcbdb hex color red value is 155, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9bcbdb hue: 0.54 , saturation: 0.47 and the lightness value of 9bcbdb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001011 11011011
Octal 233 313 333
Decimal 155 203 219
Hex 9B CB DB

RGB Percentages of Color #9bcbdb

%26.86
%35.18
%37.95

CMYK Percentages of Color #9bcbdb

%29
%7
%0
%14

Triadic Colors of #9bcbdb

#9bcbdb #db9bcb #cbdb9b

Analogous Colors of #9bcbdb

#9bcbdb #9babdb #9bdbcb

Monochromatic Colors of #9bcbdb

#9bcbdb

Complementary Color

#9bcbdb #dbab9b

#9bcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcbdb Color CSS Codes

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

#9bcbdb Text Font Color

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

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


#9bcbdb Background Color

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

This div background color is #9bcbdb


#9bcbdb Border Color

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

This div border color is #9bcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcbdb


Comments

No comments written yet.

Please login to write comment.