Color Hex Logo

#aaacdd Color Hex

#AAACDD
(170,172,221)
0 Favorites   0 Comments

Color spaces of #aaacdd

RGB 170172221
HSL0.660.430.77
HSV238°23°87°
CMYK 0.230.220.00   0.13
XYZ44.381243.271674.4197
Yxy43.27160.27380.2670
Hunter Lab65.78125.3133-21.0293
CIE-Lab71.73899.7183-24.8990

#aaacdd color RGB value is (170,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11011101
Octal 252 254 335
Decimal 170 172 221
Hex AA AC DD

RGB Percentages of Color #aaacdd

%30.20
%30.55
%39.25

CMYK Percentages of Color #aaacdd

%23
%22
%0
%13

Triadic Colors of #aaacdd

#aaacdd #ddaaac #acddaa

Analogous Colors of #aaacdd

#aaacdd #c2aadd #aac6dd

Monochromatic Colors of #aaacdd

#aaacdd

Complementary Color

#aaacdd #dddbaa

#aaacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacdd Color CSS Codes

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

#aaacdd Text Font Color

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

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


#aaacdd Background Color

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

This div background color is #aaacdd


#aaacdd Border Color

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

This div border color is #aaacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacdd


Comments

No comments written yet.

Please login to write comment.