Color Hex Logo

#aa9dbb Color Hex

#AA9DBB
(170,157,187)
0 Favorites   0 Comments

Color spaces of #aa9dbb

RGB 170157187
HSL0.740.180.67
HSV266°16°73°
CMYK 0.090.160.00   0.27
XYZ37.604236.247852.0283
Yxy36.24780.29870.2880
Hunter Lab60.20616.1287-9.0923
CIE-Lab66.708810.5555-13.7577

#aa9dbb color RGB value is (170,157,187).

#aa9dbb hex color red value is 170, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa9dbb hue: 0.74 , saturation: 0.18 and the lightness value of aa9dbb is 0.67.

The process color (four color CMYK) of #aa9dbb color hex is 0.09, 0.16, 0.00, 0.27. Web safe color of #aa9dbb is #9999cc. Color #aa9dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011101 10111011
Octal 252 235 273
Decimal 170 157 187
Hex AA 9D BB

RGB Percentages of Color #aa9dbb

%33.07
%30.54
%36.38

CMYK Percentages of Color #aa9dbb

%9
%16
%0
%27

Triadic Colors of #aa9dbb

#aa9dbb #bbaa9d #9dbbaa

Analogous Colors of #aa9dbb

#aa9dbb #b99dbb #9d9fbb

Monochromatic Colors of #aa9dbb

#aa9dbb

Complementary Color

#aa9dbb #aebb9d

#aa9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9dbb Color CSS Codes

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

#aa9dbb Text Font Color

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

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


#aa9dbb Background Color

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

This div background color is #aa9dbb


#aa9dbb Border Color

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

This div border color is #aa9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9dbb


Comments

No comments written yet.

Please login to write comment.