Color Hex Logo

#b9cadb Color Hex

#B9CADB
(185,202,219)
0 Favorites   0 Comments

Color spaces of #b9cadb

RGB 185202219
HSL0.580.320.79
HSV210°16°86°
CMYK 0.160.080.00   0.14
XYZ53.914357.669875.3076
Yxy57.66980.28850.3086
Hunter Lab75.9406-6.1695-5.6373
CIE-Lab80.5549-2.2881-10.3969

#b9cadb color RGB value is (185,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 11011011
Octal 271 312 333
Decimal 185 202 219
Hex B9 CA DB

RGB Percentages of Color #b9cadb

%30.53
%33.33
%36.14

CMYK Percentages of Color #b9cadb

%16
%8
%0
%14

Triadic Colors of #b9cadb

#b9cadb #dbb9ca #cadbb9

Analogous Colors of #b9cadb

#b9cadb #b9b9db #b9dbdb

Monochromatic Colors of #b9cadb

#b9cadb

Complementary Color

#b9cadb #dbcab9

#b9cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cadb Color CSS Codes

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

#b9cadb Text Font Color

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

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


#b9cadb Background Color

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

This div background color is #b9cadb


#b9cadb Border Color

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

This div border color is #b9cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cadb


Comments

No comments written yet.

Please login to write comment.