Color Hex Logo

#b9baea Color Hex

#B9BAEA
(185,186,234)
0 Favorites   0 Comments

Color spaces of #b9baea

RGB 185186234
HSL0.660.540.82
HSV239°21°92°
CMYK 0.210.210.00   0.08
XYZ52.417851.372684.9951
Yxy51.37260.27770.2721
Hunter Lab71.67475.1116-20.1365
CIE-Lab76.90429.5821-23.9716

#b9baea color RGB value is (185,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11101010
Octal 271 272 352
Decimal 185 186 234
Hex B9 BA EA

RGB Percentages of Color #b9baea

%30.58
%30.74
%38.68

CMYK Percentages of Color #b9baea

%21
%21
%0
%8

Triadic Colors of #b9baea

#b9baea #eab9ba #baeab9

Analogous Colors of #b9baea

#b9baea #d1b9ea #b9d3ea

Monochromatic Colors of #b9baea

#b9baea

Complementary Color

#b9baea #eae9b9

#b9baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9baea Color CSS Codes

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

#b9baea Text Font Color

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

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


#b9baea Background Color

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

This div background color is #b9baea


#b9baea Border Color

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

This div border color is #b9baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9baea


Comments

No comments written yet.

Please login to write comment.