Color Hex Logo

#aaafdd Color Hex

#AAAFDD
(170,175,221)
0 Favorites   0 Comments

Color spaces of #aaafdd

RGB 170175221
HSL0.650.430.77
HSV234°23°87°
CMYK 0.230.210.00   0.13
XYZ44.958744.426474.6122
Yxy44.42640.27410.2709
Hunter Lab66.65313.7584-19.7126
CIE-Lab72.51268.0589-23.7168

#aaafdd color RGB value is (170,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11011101
Octal 252 257 335
Decimal 170 175 221
Hex AA AF DD

RGB Percentages of Color #aaafdd

%30.04
%30.92
%39.05

CMYK Percentages of Color #aaafdd

%23
%21
%0
%13

Triadic Colors of #aaafdd

#aaafdd #ddaaaf #afddaa

Analogous Colors of #aaafdd

#aaafdd #bfaadd #aac9dd

Monochromatic Colors of #aaafdd

#aaafdd

Complementary Color

#aaafdd #ddd8aa

#aaafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafdd Color CSS Codes

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

#aaafdd Text Font Color

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

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


#aaafdd Background Color

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

This div background color is #aaafdd


#aaafdd Border Color

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

This div border color is #aaafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafdd


Comments

No comments written yet.

Please login to write comment.