Color Hex Logo

#b9baed Color Hex

#B9BAED
(185,186,237)
0 Favorites   0 Comments

Color spaces of #b9baed

RGB 185186237
HSL0.660.590.83
HSV239°22°93°
CMYK 0.220.220.00   0.07
XYZ52.852651.546587.2846
Yxy51.54650.27570.2689
Hunter Lab71.79595.7601-21.8237
CIE-Lab77.008910.2614-25.4299

#b9baed color RGB value is (185,186,237).

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

The process color (four color CMYK) of #b9baed color hex is 0.22, 0.22, 0.00, 0.07. Web safe color of #b9baed is #ccccff. Color #b9baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11101101
Octal 271 272 355
Decimal 185 186 237
Hex B9 BA ED

RGB Percentages of Color #b9baed

%30.43
%30.59
%38.98

CMYK Percentages of Color #b9baed

%22
%22
%0
%7

Triadic Colors of #b9baed

#b9baed #edb9ba #baedb9

Analogous Colors of #b9baed

#b9baed #d2b9ed #b9d4ed

Monochromatic Colors of #b9baed

#b9baed

Complementary Color

#b9baed #edecb9

#b9baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9baed Color CSS Codes

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

#b9baed Text Font Color

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

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


#b9baed Background Color

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

This div background color is #b9baed


#b9baed Border Color

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

This div border color is #b9baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9baed


Comments

No comments written yet.

Please login to write comment.