Color Hex Logo

#9cbbdb Color Hex

#9CBBDB
(156,187,219)
0 Favorites   0 Comments

Color spaces of #9cbbdb

RGB 156187219
HSL0.580.470.74
HSV210°29°86°
CMYK 0.290.150.00   0.14
XYZ44.266847.723073.8962
Yxy47.72300.26690.2877
Hunter Lab69.0818-6.5126-15.0647
CIE-Lab74.6499-3.1625-19.4660

#9cbbdb color RGB value is (156,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 11011011
Octal 234 273 333
Decimal 156 187 219
Hex 9C BB DB

RGB Percentages of Color #9cbbdb

%27.76
%33.27
%38.97

CMYK Percentages of Color #9cbbdb

%29
%15
%0
%14

Triadic Colors of #9cbbdb

#9cbbdb #db9cbb #bbdb9c

Analogous Colors of #9cbbdb

#9cbbdb #9d9cdb #9cdbdb

Monochromatic Colors of #9cbbdb

#9cbbdb

Complementary Color

#9cbbdb #dbbc9c

#9cbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbdb Color CSS Codes

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

#9cbbdb Text Font Color

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

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


#9cbbdb Background Color

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

This div background color is #9cbbdb


#9cbbdb Border Color

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

This div border color is #9cbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbdb


Comments

No comments written yet.

Please login to write comment.