Color Hex Logo

#b9aecd Color Hex

#B9AECD
(185,174,205)
0 Favorites   0 Comments

Color spaces of #b9aecd

RGB 185174205
HSL0.730.240.74
HSV261°15°80°
CMYK 0.100.150.00   0.20
XYZ46.163144.994264.0093
Yxy44.99420.29750.2900
Hunter Lab67.07775.4583-9.6234
CIE-Lab72.88819.8886-14.2869

#b9aecd color RGB value is (185,174,205).

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

The process color (four color CMYK) of #b9aecd color hex is 0.10, 0.15, 0.00, 0.20. Web safe color of #b9aecd is #cc99cc. Color #b9aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11001101
Octal 271 256 315
Decimal 185 174 205
Hex B9 AE CD

RGB Percentages of Color #b9aecd

%32.80
%30.85
%36.35

CMYK Percentages of Color #b9aecd

%10
%15
%0
%20

Triadic Colors of #b9aecd

#b9aecd #cdb9ae #aecdb9

Analogous Colors of #b9aecd

#b9aecd #c9aecd #aeb3cd

Monochromatic Colors of #b9aecd

#b9aecd

Complementary Color

#b9aecd #c2cdae

#b9aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aecd Color CSS Codes

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

#b9aecd Text Font Color

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

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


#b9aecd Background Color

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

This div background color is #b9aecd


#b9aecd Border Color

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

This div border color is #b9aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aecd


Comments

No comments written yet.

Please login to write comment.