Color Hex Logo

#b9cadd Color Hex

#B9CADD
(185,202,221)
0 Favorites   0 Comments

Color spaces of #b9cadd

RGB 185202221
HSL0.590.350.80
HSV212°16°87°
CMYK 0.160.090.00   0.13
XYZ54.179357.775876.7029
Yxy57.77580.28720.3062
Hunter Lab76.0104-5.7855-6.6229
CIE-Lab80.6140-1.8660-11.3807

#b9cadd color RGB value is (185,202,221).

#b9cadd hex color red value is 185, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b9cadd hue: 0.59 , saturation: 0.35 and the lightness value of b9cadd is 0.80.

The process color (four color CMYK) of #b9cadd color hex is 0.16, 0.09, 0.00, 0.13. Web safe color of #b9cadd is #cccccc. Color #b9cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 11011101
Octal 271 312 335
Decimal 185 202 221
Hex B9 CA DD

RGB Percentages of Color #b9cadd

%30.43
%33.22
%36.35

CMYK Percentages of Color #b9cadd

%16
%9
%0
%13

Triadic Colors of #b9cadd

#b9cadd #ddb9ca #caddb9

Analogous Colors of #b9cadd

#b9cadd #bab9dd #b9dcdd

Monochromatic Colors of #b9cadd

#b9cadd

Complementary Color

#b9cadd #ddccb9

#b9cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cadd Color CSS Codes

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

#b9cadd Text Font Color

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

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


#b9cadd Background Color

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

This div background color is #b9cadd


#b9cadd Border Color

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

This div border color is #b9cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cadd


Comments

No comments written yet.

Please login to write comment.