Color Hex Logo

#b9cadf Color Hex

#B9CADF
(185,202,223)
0 Favorites   0 Comments

Color spaces of #b9cadf

RGB 185202223
HSL0.590.370.80
HSV213°17°87°
CMYK 0.170.090.00   0.13
XYZ54.447457.883178.1149
Yxy57.88310.28590.3039
Hunter Lab76.0809-5.3980-7.6184
CIE-Lab80.6738-1.4409-12.3630

#b9cadf color RGB value is (185,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 11011111
Octal 271 312 337
Decimal 185 202 223
Hex B9 CA DF

RGB Percentages of Color #b9cadf

%30.33
%33.11
%36.56

CMYK Percentages of Color #b9cadf

%17
%9
%0
%13

Triadic Colors of #b9cadf

#b9cadf #dfb9ca #cadfb9

Analogous Colors of #b9cadf

#b9cadf #bbb9df #b9dddf

Monochromatic Colors of #b9cadf

#b9cadf

Complementary Color

#b9cadf #dfceb9

#b9cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cadf Color CSS Codes

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

#b9cadf Text Font Color

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

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


#b9cadf Background Color

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

This div background color is #b9cadf


#b9cadf Border Color

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

This div border color is #b9cadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,202,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cadf


Comments

No comments written yet.

Please login to write comment.