Color Hex Logo

#b9aad1 Color Hex

#B9AAD1
(185,170,209)
0 Favorites   0 Comments

Color spaces of #b9aad1

RGB 185170209
HSL0.730.300.74
HSV263°19°82°
CMYK 0.110.190.00   0.18
XYZ45.890943.667266.3315
Yxy43.66720.29440.2801
Hunter Lab66.08128.3196-13.2578
CIE-Lab72.005512.9188-17.8107

#b9aad1 color RGB value is (185,170,209).

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

The process color (four color CMYK) of #b9aad1 color hex is 0.11, 0.19, 0.00, 0.18. Web safe color of #b9aad1 is #cc99cc. Color #b9aad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 11010001
Octal 271 252 321
Decimal 185 170 209
Hex B9 AA D1

RGB Percentages of Color #b9aad1

%32.80
%30.14
%37.06

CMYK Percentages of Color #b9aad1

%11
%19
%0
%18

Triadic Colors of #b9aad1

#b9aad1 #d1b9aa #aad1b9

Analogous Colors of #b9aad1

#b9aad1 #cdaad1 #aaafd1

Monochromatic Colors of #b9aad1

#b9aad1

Complementary Color

#b9aad1 #c2d1aa

#b9aad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aad1 Color CSS Codes

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

#b9aad1 Text Font Color

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

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


#b9aad1 Background Color

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

This div background color is #b9aad1


#b9aad1 Border Color

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

This div border color is #b9aad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aad1


Comments

No comments written yet.

Please login to write comment.