Color Hex Logo

#aaaad5 Color Hex

#AAAAD5
(170,170,213)
0 Favorites   0 Comments

Color spaces of #aaaad5

RGB 170170213
HSL0.670.340.75
HSV240°20°84°
CMYK 0.200.200.00   0.16
XYZ42.962542.099668.8125
Yxy42.09960.27920.2736
Hunter Lab64.88424.6448-17.4607
CIE-Lab70.93958.9859-21.7366

#aaaad5 color RGB value is (170,170,213).

#aaaad5 hex color red value is 170, green value is 170 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aaaad5 hue: 0.67 , saturation: 0.34 and the lightness value of aaaad5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11010101
Octal 252 252 325
Decimal 170 170 213
Hex AA AA D5

RGB Percentages of Color #aaaad5

%30.74
%30.74
%38.52

CMYK Percentages of Color #aaaad5

%20
%20
%0
%16

Triadic Colors of #aaaad5

#aaaad5 #d5aaaa #aad5aa

Analogous Colors of #aaaad5

#aaaad5 #c0aad5 #aac0d5

Monochromatic Colors of #aaaad5

#aaaad5

Complementary Color

#aaaad5 #d5d5aa

#aaaad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaad5 Color CSS Codes

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

#aaaad5 Text Font Color

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

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


#aaaad5 Background Color

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

This div background color is #aaaad5


#aaaad5 Border Color

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

This div border color is #aaaad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaad5


Comments

No comments written yet.

Please login to write comment.