Color Hex Logo

#aa9bad Color Hex

#AA9BAD
(170,155,173)
0 Favorites   0 Comments

Color spaces of #aa9bad

RGB 170155173
HSL0.810.100.64
HSV290°10°68°
CMYK 0.020.100.00   0.32
XYZ35.841735.005944.4029
Yxy35.00590.31100.3037
Hunter Lab59.16584.5924-3.0801
CIE-Lab65.75338.8477-7.3595

#aa9bad color RGB value is (170,155,173).

#aa9bad hex color red value is 170, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa9bad hue: 0.81 , saturation: 0.10 and the lightness value of aa9bad is 0.64.

The process color (four color CMYK) of #aa9bad color hex is 0.02, 0.10, 0.00, 0.32. Web safe color of #aa9bad is #999999. Color #aa9bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 10101101
Octal 252 233 255
Decimal 170 155 173
Hex AA 9B AD

RGB Percentages of Color #aa9bad

%34.14
%31.12
%34.74

CMYK Percentages of Color #aa9bad

%2
%10
%0
%32

Triadic Colors of #aa9bad

#aa9bad #adaa9b #9badaa

Analogous Colors of #aa9bad

#aa9bad #ad9ba7 #a19bad

Monochromatic Colors of #aa9bad

#aa9bad

Complementary Color

#aa9bad #9ead9b

#aa9bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9bad Color CSS Codes

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

#aa9bad Text Font Color

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

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


#aa9bad Background Color

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

This div background color is #aa9bad


#aa9bad Border Color

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

This div border color is #aa9bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9bad


Comments

No comments written yet.

Please login to write comment.