Color Hex Logo

#b9cbdb Color Hex

#B9CBDB
(185,203,219)
0 Favorites   0 Comments

Color spaces of #b9cbdb

RGB 185203219
HSL0.580.320.79
HSV208°16°86°
CMYK 0.160.070.00   0.14
XYZ54.149758.140675.3861
Yxy58.14060.28850.3098
Hunter Lab76.2500-6.6739-5.2433
CIE-Lab80.8169-2.8161-10.0066

#b9cbdb color RGB value is (185,203,219).

#b9cbdb hex color red value is 185, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9cbdb hue: 0.58 , saturation: 0.32 and the lightness value of b9cbdb is 0.79.

The process color (four color CMYK) of #b9cbdb color hex is 0.16, 0.07, 0.00, 0.14. Web safe color of #b9cbdb is #cccccc. Color #b9cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001011 11011011
Octal 271 313 333
Decimal 185 203 219
Hex B9 CB DB

RGB Percentages of Color #b9cbdb

%30.48
%33.44
%36.08

CMYK Percentages of Color #b9cbdb

%16
%7
%0
%14

Triadic Colors of #b9cbdb

#b9cbdb #dbb9cb #cbdbb9

Analogous Colors of #b9cbdb

#b9cbdb #b9badb #b9dbda

Monochromatic Colors of #b9cbdb

#b9cbdb

Complementary Color

#b9cbdb #dbc9b9

#b9cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cbdb Color CSS Codes

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

#b9cbdb Text Font Color

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

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


#b9cbdb Background Color

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

This div background color is #b9cbdb


#b9cbdb Border Color

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

This div border color is #b9cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cbdb


Comments

No comments written yet.

Please login to write comment.