color codes Logo

#aaa3dd color codes

#AAA3DD
(170,163,221)
0 Favorites   0 Comments

Color spaces of #aaa3dd

RGB 170163221
HSL0.690.460.75
HSV247°26°87°
CMYK 0.230.260.00   0.13
XYZ42.725939.960973.8679
Yxy39.96090.27290.2553
Hunter Lab63.214610.0201-25.0316
CIE-Lab69.441714.7365-28.4232

#aaa3dd color RGB value is (170,163,221).

#aaa3dd hex color red value is 170, green value is 163 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aaa3dd hue: 0.69 , saturation: 0.46 and the lightness value of aaa3dd is 0.75.

The process color (four color CMYK) of #aaa3dd color code is 0.23, 0.26, 0.00, 0.13. Web safe color of #aaa3dd is #9999cc. Color #aaa3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 11011101
Octal 252 243 335
Decimal 170 163 221
Hex AA A3 DD

RGB Percentages of Color #aaa3dd

%30.69
%29.42
%39.89

CMYK Percentages of Color #aaa3dd

%23
%26
%0
%13

Triadic Colors of #aaa3dd

#aaa3dd #ddaaa3 #a3ddaa

Analogous Colors of #aaa3dd

#aaa3dd #c7a3dd #a3b9dd

Monochromatic Colors of #aaa3dd

#aaa3dd

Complementary Color

#aaa3dd #d6dda3

#aaa3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa3dd Color CSS Codes

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

#aaa3dd Text Font Color

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

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


#aaa3dd Background Color

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

This div background color is #aaa3dd


#aaa3dd Border Color

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

This div border color is #aaa3dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,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 #aaa3dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa3dd


Comments

No comments written yet.

Please login to write comment.