Color Hex Logo

#aad2dd Color Hex

#AAD2DD
(170,210,221)
0 Favorites   0 Comments

Color spaces of #aad2dd

RGB 170210221
HSL0.540.430.77
HSV193°23°87°
CMYK 0.230.050.00   0.13
XYZ52.675359.859777.1844
Yxy59.85970.27760.3155
Hunter Lab77.3691-13.8674-4.9902
CIE-Lab81.7619-10.6860-9.7732

#aad2dd color RGB value is (170,210,221).

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

The process color (four color CMYK) of #aad2dd color hex is 0.23, 0.05, 0.00, 0.13. Web safe color of #aad2dd is #99cccc. Color #aad2dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 11011101
Octal 252 322 335
Decimal 170 210 221
Hex AA D2 DD

RGB Percentages of Color #aad2dd

%28.29
%34.94
%36.77

CMYK Percentages of Color #aad2dd

%23
%5
%0
%13

Triadic Colors of #aad2dd

#aad2dd #ddaad2 #d2ddaa

Analogous Colors of #aad2dd

#aad2dd #aab9dd #aaddcf

Monochromatic Colors of #aad2dd

#aad2dd

Complementary Color

#aad2dd #ddb5aa

#aad2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad2dd Color CSS Codes

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

#aad2dd Text Font Color

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

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


#aad2dd Background Color

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

This div background color is #aad2dd


#aad2dd Border Color

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

This div border color is #aad2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad2dd


Comments

No comments written yet.

Please login to write comment.