Color Hex Logo

#aaaad4 Color Hex

#AAAAD4
(170,170,212)
0 Favorites   0 Comments

Color spaces of #aaaad4

RGB 170170212
HSL0.670.330.75
HSV240°20°83°
CMYK 0.200.200.00   0.17
XYZ42.836042.049068.1459
Yxy42.04900.27990.2748
Hunter Lab64.84524.4360-16.9163
CIE-Lab70.90478.7591-21.2406

#aaaad4 color RGB value is (170,170,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11010100
Octal 252 252 324
Decimal 170 170 212
Hex AA AA D4

RGB Percentages of Color #aaaad4

%30.80
%30.80
%38.41

CMYK Percentages of Color #aaaad4

%20
%20
%0
%17

Triadic Colors of #aaaad4

#aaaad4 #d4aaaa #aad4aa

Analogous Colors of #aaaad4

#aaaad4 #bfaad4 #aabfd4

Monochromatic Colors of #aaaad4

#aaaad4

Complementary Color

#aaaad4 #d4d4aa

#aaaad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaad4 Color CSS Codes

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

#aaaad4 Text Font Color

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

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


#aaaad4 Background Color

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

This div background color is #aaaad4


#aaaad4 Border Color

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

This div border color is #aaaad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaad4

#aaaad4 Color Palettes


Comments

No comments written yet.

Please login to write comment.