Color Hex Logo

#aad2df Color Hex

#AAD2DF
(170,210,223)
0 Favorites   0 Comments

Color spaces of #aad2df

RGB 170210223
HSL0.540.450.77
HSV195°24°87°
CMYK 0.240.060.00   0.13
XYZ52.943459.966978.5964
Yxy59.96690.27650.3131
Hunter Lab77.4383-13.4793-5.9699
CIE-Lab81.8202-10.2417-10.7535

#aad2df color RGB value is (170,210,223).

#aad2df hex color red value is 170, green value is 210 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aad2df hue: 0.54 , saturation: 0.45 and the lightness value of aad2df is 0.77.

The process color (four color CMYK) of #aad2df color hex is 0.24, 0.06, 0.00, 0.13. Web safe color of #aad2df is #99cccc. Color #aad2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 11011111
Octal 252 322 337
Decimal 170 210 223
Hex AA D2 DF

RGB Percentages of Color #aad2df

%28.19
%34.83
%36.98

CMYK Percentages of Color #aad2df

%24
%6
%0
%13

Triadic Colors of #aad2df

#aad2df #dfaad2 #d2dfaa

Analogous Colors of #aad2df

#aad2df #aab8df #aadfd2

Monochromatic Colors of #aad2df

#aad2df

Complementary Color

#aad2df #dfb7aa

#aad2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad2df Color CSS Codes

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

#aad2df Text Font Color

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

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


#aad2df Background Color

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

This div background color is #aad2df


#aad2df Border Color

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

This div border color is #aad2df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,210,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aad2df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad2df


Comments

No comments written yet.

Please login to write comment.