Color Hex Logo

#b9baec Color Hex

#B9BAEC
(185,186,236)
0 Favorites   0 Comments

Color spaces of #b9baec

RGB 185186236
HSL0.660.570.83
HSV239°22°93°
CMYK 0.220.210.00   0.07
XYZ52.706851.488286.5172
Yxy51.48820.27640.2700
Hunter Lab71.75535.5429-21.2588
CIE-Lab76.973810.0342-24.9443

#b9baec color RGB value is (185,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11101100
Octal 271 272 354
Decimal 185 186 236
Hex B9 BA EC

RGB Percentages of Color #b9baec

%30.48
%30.64
%38.88

CMYK Percentages of Color #b9baec

%22
%21
%0
%7

Triadic Colors of #b9baec

#b9baec #ecb9ba #baecb9

Analogous Colors of #b9baec

#b9baec #d2b9ec #b9d4ec

Monochromatic Colors of #b9baec

#b9baec

Complementary Color

#b9baec #ecebb9

#b9baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9baec Color CSS Codes

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

#b9baec Text Font Color

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

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


#b9baec Background Color

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

This div background color is #b9baec


#b9baec Border Color

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

This div border color is #b9baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9baec


Comments

No comments written yet.

Please login to write comment.