Color Hex Logo

#b9aecb Color Hex

#B9AECB
(185,174,203)
0 Favorites   0 Comments

Color spaces of #b9aecb

RGB 185174203
HSL0.730.220.74
HSV263°14°80°
CMYK 0.090.140.00   0.20
XYZ45.923144.898262.7457
Yxy44.89820.29900.2924
Hunter Lab67.00615.0755-8.6159
CIE-Lab72.82489.4790-13.2862

#b9aecb color RGB value is (185,174,203).

#b9aecb hex color red value is 185, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b9aecb hue: 0.73 , saturation: 0.22 and the lightness value of b9aecb is 0.74.

The process color (four color CMYK) of #b9aecb color hex is 0.09, 0.14, 0.00, 0.20. Web safe color of #b9aecb is #cc99cc. Color #b9aecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11001011
Octal 271 256 313
Decimal 185 174 203
Hex B9 AE CB

RGB Percentages of Color #b9aecb

%32.92
%30.96
%36.12

CMYK Percentages of Color #b9aecb

%9
%14
%0
%20

Triadic Colors of #b9aecb

#b9aecb #cbb9ae #aecbb9

Analogous Colors of #b9aecb

#b9aecb #c8aecb #aeb2cb

Monochromatic Colors of #b9aecb

#b9aecb

Complementary Color

#b9aecb #c0cbae

#b9aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aecb Color CSS Codes

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

#b9aecb Text Font Color

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

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


#b9aecb Background Color

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

This div background color is #b9aecb


#b9aecb Border Color

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

This div border color is #b9aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aecb


Comments

No comments written yet.

Please login to write comment.