Color Hex Logo

#aaaedd Color Hex

#AAAEDD
(170,174,221)
0 Favorites   0 Comments

Color spaces of #aaaedd

RGB 170174221
HSL0.650.430.77
HSV235°23°87°
CMYK 0.230.210.00   0.13
XYZ44.764844.038674.5476
Yxy44.03860.27400.2696
Hunter Lab66.36164.2760-20.1506
CIE-Lab72.25438.6113-24.1113

#aaaedd color RGB value is (170,174,221).

#aaaedd hex color red value is 170, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aaaedd hue: 0.65 , saturation: 0.43 and the lightness value of aaaedd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11011101
Octal 252 256 335
Decimal 170 174 221
Hex AA AE DD

RGB Percentages of Color #aaaedd

%30.09
%30.80
%39.12

CMYK Percentages of Color #aaaedd

%23
%21
%0
%13

Triadic Colors of #aaaedd

#aaaedd #ddaaae #aeddaa

Analogous Colors of #aaaedd

#aaaedd #c0aadd #aac8dd

Monochromatic Colors of #aaaedd

#aaaedd

Complementary Color

#aaaedd #ddd9aa

#aaaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaedd Color CSS Codes

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

#aaaedd Text Font Color

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

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


#aaaedd Background Color

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

This div background color is #aaaedd


#aaaedd Border Color

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

This div border color is #aaaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaedd


Comments

No comments written yet.

Please login to write comment.