Color Hex Logo

#aa9bde Color Hex

#AA9BDE
(170,155,222)
0 Favorites   0 Comments

Color spaces of #aa9bde

RGB 170155222
HSL0.700.500.74
HSV253°30°87°
CMYK 0.230.300.00   0.13
XYZ41.483737.262774.1132
Yxy37.26270.27140.2438
Hunter Lab61.043214.4794-29.2544
CIE-Lab67.473719.4708-32.0107

#aa9bde color RGB value is (170,155,222).

#aa9bde hex color red value is 170, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa9bde hue: 0.70 , saturation: 0.50 and the lightness value of aa9bde is 0.74.

The process color (four color CMYK) of #aa9bde color hex is 0.23, 0.30, 0.00, 0.13. Web safe color of #aa9bde is #9999cc. Color #aa9bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 11011110
Octal 252 233 336
Decimal 170 155 222
Hex AA 9B DE

RGB Percentages of Color #aa9bde

%31.08
%28.34
%40.59

CMYK Percentages of Color #aa9bde

%23
%30
%0
%13

Triadic Colors of #aa9bde

#aa9bde #deaa9b #9bdeaa

Analogous Colors of #aa9bde

#aa9bde #cc9bde #9baede

Monochromatic Colors of #aa9bde

#aa9bde

Complementary Color

#aa9bde #cfde9b

#aa9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9bde Color CSS Codes

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

#aa9bde Text Font Color

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

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


#aa9bde Background Color

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

This div background color is #aa9bde


#aa9bde Border Color

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

This div border color is #aa9bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9bde


Comments

No comments written yet.

Please login to write comment.