Color Hex Logo

#b9bade Color Hex

#B9BADE
(185,186,222)
0 Favorites   0 Comments

Color spaces of #b9bade

RGB 185186222
HSL0.660.360.80
HSV238°17°87°
CMYK 0.170.160.00   0.13
XYZ50.751350.706076.2196
Yxy50.70600.28560.2854
Hunter Lab71.20812.6058-13.6170
CIE-Lab76.50066.9295-18.0982

#b9bade color RGB value is (185,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11011110
Octal 271 272 336
Decimal 185 186 222
Hex B9 BA DE

RGB Percentages of Color #b9bade

%31.20
%31.37
%37.44

CMYK Percentages of Color #b9bade

%17
%16
%0
%13

Triadic Colors of #b9bade

#b9bade #deb9ba #badeb9

Analogous Colors of #b9bade

#b9bade #cbb9de #b9cdde

Monochromatic Colors of #b9bade

#b9bade

Complementary Color

#b9bade #deddb9

#b9bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bade Color CSS Codes

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

#b9bade Text Font Color

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

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


#b9bade Background Color

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

This div background color is #b9bade


#b9bade Border Color

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

This div border color is #b9bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bade


Comments

No comments written yet.

Please login to write comment.