Color Hex Logo

#b9badf Color Hex

#B9BADF
(185,186,223)
0 Favorites   0 Comments

Color spaces of #b9badf

RGB 185186223
HSL0.660.370.80
HSV238°17°87°
CMYK 0.170.170.00   0.13
XYZ50.885850.759876.9277
Yxy50.75980.28500.2843
Hunter Lab71.24592.8093-14.1462
CIE-Lab76.53337.1466-18.5901

#b9badf color RGB value is (185,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11011111
Octal 271 272 337
Decimal 185 186 223
Hex B9 BA DF

RGB Percentages of Color #b9badf

%31.14
%31.31
%37.54

CMYK Percentages of Color #b9badf

%17
%17
%0
%13

Triadic Colors of #b9badf

#b9badf #dfb9ba #badfb9

Analogous Colors of #b9badf

#b9badf #cbb9df #b9cddf

Monochromatic Colors of #b9badf

#b9badf

Complementary Color

#b9badf #dfdeb9

#b9badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9badf Color CSS Codes

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

#b9badf Text Font Color

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

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


#b9badf Background Color

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

This div background color is #b9badf


#b9badf Border Color

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

This div border color is #b9badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9badf


Comments

No comments written yet.

Please login to write comment.