Color Hex Logo

#b9badc Color Hex

#B9BADC
(185,186,220)
0 Favorites   0 Comments

Color spaces of #b9badc

RGB 185186220
HSL0.660.330.79
HSV238°16°86°
CMYK 0.160.150.00   0.14
XYZ50.484850.599474.8160
Yxy50.59940.28700.2877
Hunter Lab71.13332.2021-12.5663
CIE-Lab76.43576.4978-17.1132

#b9badc color RGB value is (185,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11011100
Octal 271 272 334
Decimal 185 186 220
Hex B9 BA DC

RGB Percentages of Color #b9badc

%31.30
%31.47
%37.23

CMYK Percentages of Color #b9badc

%16
%15
%0
%14

Triadic Colors of #b9badc

#b9badc #dcb9ba #badcb9

Analogous Colors of #b9badc

#b9badc #cab9dc #b9ccdc

Monochromatic Colors of #b9badc

#b9badc

Complementary Color

#b9badc #dcdbb9

#b9badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9badc Color CSS Codes

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

#b9badc Text Font Color

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

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


#b9badc Background Color

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

This div background color is #b9badc


#b9badc Border Color

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

This div border color is #b9badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9badc


Comments

No comments written yet.

Please login to write comment.