Color Hex Logo

#aaa6dd Color Hex

#AAA6DD
(170,166,221)
0 Favorites   0 Comments

Color spaces of #aaa6dd

RGB 170166221
HSL0.680.450.76
HSV244°25°87°
CMYK 0.230.250.00   0.13
XYZ43.264941.038974.0476
Yxy41.03890.27320.2592
Hunter Lab64.06168.4446-23.6891
CIE-Lab70.203213.0581-27.2527

#aaa6dd color RGB value is (170,166,221).

#aaa6dd hex color red value is 170, green value is 166 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aaa6dd hue: 0.68 , saturation: 0.45 and the lightness value of aaa6dd is 0.76.

The process color (four color CMYK) of #aaa6dd color hex is 0.23, 0.25, 0.00, 0.13. Web safe color of #aaa6dd is #9999cc. Color #aaa6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 11011101
Octal 252 246 335
Decimal 170 166 221
Hex AA A6 DD

RGB Percentages of Color #aaa6dd

%30.52
%29.80
%39.68

CMYK Percentages of Color #aaa6dd

%23
%25
%0
%13

Triadic Colors of #aaa6dd

#aaa6dd #ddaaa6 #a6ddaa

Analogous Colors of #aaa6dd

#aaa6dd #c6a6dd #a6bedd

Monochromatic Colors of #aaa6dd

#aaa6dd

Complementary Color

#aaa6dd #d9dda6

#aaa6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa6dd Color CSS Codes

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

#aaa6dd Text Font Color

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

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


#aaa6dd Background Color

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

This div background color is #aaa6dd


#aaa6dd Border Color

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

This div border color is #aaa6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa6dd


Comments

No comments written yet.

Please login to write comment.