Color Hex Logo

#aaa4dd Color Hex

#AAA4DD
(170,164,221)
0 Favorites   0 Comments

Color spaces of #aaa4dd

RGB 170164221
HSL0.680.460.75
HSV246°26°87°
CMYK 0.230.260.00   0.13
XYZ42.904240.317473.9274
Yxy40.31740.27300.2566
Hunter Lab63.49609.4944-24.5832
CIE-Lab69.695014.1766-28.0336

#aaa4dd color RGB value is (170,164,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 11011101
Octal 252 244 335
Decimal 170 164 221
Hex AA A4 DD

RGB Percentages of Color #aaa4dd

%30.63
%29.55
%39.82

CMYK Percentages of Color #aaa4dd

%23
%26
%0
%13

Triadic Colors of #aaa4dd

#aaa4dd #ddaaa4 #a4ddaa

Analogous Colors of #aaa4dd

#aaa4dd #c7a4dd #a4bbdd

Monochromatic Colors of #aaa4dd

#aaa4dd

Complementary Color

#aaa4dd #d7dda4

#aaa4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa4dd Color CSS Codes

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

#aaa4dd Text Font Color

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

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


#aaa4dd Background Color

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

This div background color is #aaa4dd


#aaa4dd Border Color

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

This div border color is #aaa4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa4dd


Comments

No comments written yet.

Please login to write comment.