Color Hex Logo

#aa9fbd Color Hex

#AA9FBD
(170,159,189)
0 Favorites   0 Comments

Color spaces of #aa9fbd

RGB 170159189
HSL0.730.190.68
HSV262°16°74°
CMYK 0.100.160.00   0.26
XYZ38.161037.016453.2777
Yxy37.01640.29710.2882
Hunter Lab60.84115.4875-9.3306
CIE-Lab67.28939.8561-13.9985

#aa9fbd color RGB value is (170,159,189).

#aa9fbd hex color red value is 170, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa9fbd hue: 0.73 , saturation: 0.19 and the lightness value of aa9fbd is 0.68.

The process color (four color CMYK) of #aa9fbd color hex is 0.10, 0.16, 0.00, 0.26. Web safe color of #aa9fbd is #9999cc. Color #aa9fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 10111101
Octal 252 237 275
Decimal 170 159 189
Hex AA 9F BD

RGB Percentages of Color #aa9fbd

%32.82
%30.69
%36.49

CMYK Percentages of Color #aa9fbd

%10
%16
%0
%26

Triadic Colors of #aa9fbd

#aa9fbd #bdaa9f #9fbdaa

Analogous Colors of #aa9fbd

#aa9fbd #b99fbd #9fa3bd

Monochromatic Colors of #aa9fbd

#aa9fbd

Complementary Color

#aa9fbd #b2bd9f

#aa9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9fbd Color CSS Codes

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

#aa9fbd Text Font Color

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

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


#aa9fbd Background Color

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

This div background color is #aa9fbd


#aa9fbd Border Color

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

This div border color is #aa9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9fbd


Comments

No comments written yet.

Please login to write comment.