Color Hex Logo

#b9aadc Color Hex

#B9AADC
(185,170,220)
0 Favorites   0 Comments

Color spaces of #b9aadc

RGB 185170220
HSL0.720.420.76
HSV258°23°86°
CMYK 0.160.230.00   0.14
XYZ47.300644.231073.7546
Yxy44.23100.28620.2676
Hunter Lab66.506410.5664-19.1973
CIE-Lab72.382615.2692-23.2627

#b9aadc color RGB value is (185,170,220).

#b9aadc hex color red value is 185, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9aadc hue: 0.72 , saturation: 0.42 and the lightness value of b9aadc is 0.76.

The process color (four color CMYK) of #b9aadc color hex is 0.16, 0.23, 0.00, 0.14. Web safe color of #b9aadc is #cc99cc. Color #b9aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 11011100
Octal 271 252 334
Decimal 185 170 220
Hex B9 AA DC

RGB Percentages of Color #b9aadc

%32.17
%29.57
%38.26

CMYK Percentages of Color #b9aadc

%16
%23
%0
%14

Triadic Colors of #b9aadc

#b9aadc #dcb9aa #aadcb9

Analogous Colors of #b9aadc

#b9aadc #d2aadc #aab4dc

Monochromatic Colors of #b9aadc

#b9aadc

Complementary Color

#b9aadc #cddcaa

#b9aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aadc Color CSS Codes

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

#b9aadc Text Font Color

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

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


#b9aadc Background Color

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

This div background color is #b9aadc


#b9aadc Border Color

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

This div border color is #b9aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aadc


Comments

No comments written yet.

Please login to write comment.