Color Hex Logo

#aaa5ed Color Hex

#AAA5ED
(170,165,237)
0 Favorites   0 Comments

Color spaces of #aaa5ed

RGB 170165237
HSL0.680.670.79
HSV244°30°93°
CMYK 0.280.300.00   0.07
XYZ45.318841.570785.7562
Yxy41.57070.26250.2408
Hunter Lab64.475312.6333-33.7266
CIE-Lab70.573917.4525-35.4339

#aaa5ed color RGB value is (170,165,237).

#aaa5ed hex color red value is 170, green value is 165 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aaa5ed hue: 0.68 , saturation: 0.67 and the lightness value of aaa5ed is 0.79.

The process color (four color CMYK) of #aaa5ed color hex is 0.28, 0.30, 0.00, 0.07. Web safe color of #aaa5ed is #9999ff. Color #aaa5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 11101101
Octal 252 245 355
Decimal 170 165 237
Hex AA A5 ED

RGB Percentages of Color #aaa5ed

%29.72
%28.85
%41.43

CMYK Percentages of Color #aaa5ed

%28
%30
%0
%7

Triadic Colors of #aaa5ed

#aaa5ed #edaaa5 #a5edaa

Analogous Colors of #aaa5ed

#aaa5ed #cea5ed #a5c4ed

Monochromatic Colors of #aaa5ed

#aaa5ed

Complementary Color

#aaa5ed #e8eda5

#aaa5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa5ed Color CSS Codes

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

#aaa5ed Text Font Color

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

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


#aaa5ed Background Color

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

This div background color is #aaa5ed


#aaa5ed Border Color

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

This div border color is #aaa5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa5ed


Comments

No comments written yet.

Please login to write comment.