Color Hex Logo

#aaaad1 Color Hex

#AAAAD1
(170,170,209)
0 Favorites   0 Comments

Color spaces of #aaaad1

RGB 170170209
HSL0.670.300.74
HSV240°19°82°
CMYK 0.190.190.00   0.18
XYZ42.460941.898966.1710
Yxy41.89890.28210.2783
Hunter Lab64.72943.8153-15.2999
CIE-Lab70.80128.0831-19.7503

#aaaad1 color RGB value is (170,170,209).

#aaaad1 hex color red value is 170, green value is 170 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #aaaad1 hue: 0.67 , saturation: 0.30 and the lightness value of aaaad1 is 0.74.

The process color (four color CMYK) of #aaaad1 color hex is 0.19, 0.19, 0.00, 0.18. Web safe color of #aaaad1 is #9999cc. Color #aaaad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11010001
Octal 252 252 321
Decimal 170 170 209
Hex AA AA D1

RGB Percentages of Color #aaaad1

%30.97
%30.97
%38.07

CMYK Percentages of Color #aaaad1

%19
%19
%0
%18

Triadic Colors of #aaaad1

#aaaad1 #d1aaaa #aad1aa

Analogous Colors of #aaaad1

#aaaad1 #beaad1 #aabed1

Monochromatic Colors of #aaaad1

#aaaad1

Complementary Color

#aaaad1 #d1d1aa

#aaaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaad1 Color CSS Codes

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

#aaaad1 Text Font Color

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

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


#aaaad1 Background Color

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

This div background color is #aaaad1


#aaaad1 Border Color

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

This div border color is #aaaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaad1


Comments

No comments written yet.

Please login to write comment.