Color Hex Logo

#b9aadf Color Hex

#B9AADF
(185,170,223)
0 Favorites   0 Comments

Color spaces of #b9aadf

RGB 185170223
HSL0.710.450.77
HSV257°24°87°
CMYK 0.170.240.00   0.13
XYZ47.701644.391575.8663
Yxy44.39150.28400.2643
Hunter Lab66.626911.2000-20.8731
CIE-Lab72.489415.9256-24.7392

#b9aadf color RGB value is (185,170,223).

#b9aadf hex color red value is 185, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b9aadf hue: 0.71 , saturation: 0.45 and the lightness value of b9aadf is 0.77.

The process color (four color CMYK) of #b9aadf color hex is 0.17, 0.24, 0.00, 0.13. Web safe color of #b9aadf is #cc99cc. Color #b9aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 11011111
Octal 271 252 337
Decimal 185 170 223
Hex B9 AA DF

RGB Percentages of Color #b9aadf

%32.01
%29.41
%38.58

CMYK Percentages of Color #b9aadf

%17
%24
%0
%13

Triadic Colors of #b9aadf

#b9aadf #dfb9aa #aadfb9

Analogous Colors of #b9aadf

#b9aadf #d4aadf #aab6df

Monochromatic Colors of #b9aadf

#b9aadf

Complementary Color

#b9aadf #d0dfaa

#b9aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aadf Color CSS Codes

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

#b9aadf Text Font Color

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

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


#b9aadf Background Color

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

This div background color is #b9aadf


#b9aadf Border Color

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

This div border color is #b9aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aadf


Comments

No comments written yet.

Please login to write comment.