Color Hex Logo

#aaaad6 Color Hex

#AAAAD6
(170,170,214)
0 Favorites   0 Comments

Color spaces of #aaaad6

RGB 170170214
HSL0.670.350.75
HSV240°21°84°
CMYK 0.210.210.00   0.16
XYZ43.089942.150569.4831
Yxy42.15050.27850.2724
Hunter Lab64.92344.8551-18.0076
CIE-Lab70.97469.2138-22.2319

#aaaad6 color RGB value is (170,170,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11010110
Octal 252 252 326
Decimal 170 170 214
Hex AA AA D6

RGB Percentages of Color #aaaad6

%30.69
%30.69
%38.63

CMYK Percentages of Color #aaaad6

%21
%21
%0
%16

Triadic Colors of #aaaad6

#aaaad6 #d6aaaa #aad6aa

Analogous Colors of #aaaad6

#aaaad6 #c0aad6 #aac0d6

Monochromatic Colors of #aaaad6

#aaaad6

Complementary Color

#aaaad6 #d6d6aa

#aaaad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaad6 Color CSS Codes

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

#aaaad6 Text Font Color

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

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


#aaaad6 Background Color

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

This div background color is #aaaad6


#aaaad6 Border Color

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

This div border color is #aaaad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaad6

#aaaad6 Color Palettes


Comments

No comments written yet.

Please login to write comment.