Color Hex Logo

#aad1dd Color Hex

#AAD1DD
(170,209,221)
0 Favorites   0 Comments

Color spaces of #aad1dd

RGB 170209221
HSL0.540.430.77
HSV194°23°87°
CMYK 0.230.050.00   0.13
XYZ52.429259.367477.1024
Yxy59.36740.27760.3143
Hunter Lab77.0502-13.3768-5.3950
CIE-Lab81.4931-10.1682-10.1733

#aad1dd color RGB value is (170,209,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 11011101
Octal 252 321 335
Decimal 170 209 221
Hex AA D1 DD

RGB Percentages of Color #aad1dd

%28.33
%34.83
%36.83

CMYK Percentages of Color #aad1dd

%23
%5
%0
%13

Triadic Colors of #aad1dd

#aad1dd #ddaad1 #d1ddaa

Analogous Colors of #aad1dd

#aad1dd #aab8dd #aaddd0

Monochromatic Colors of #aad1dd

#aad1dd

Complementary Color

#aad1dd #ddb6aa

#aad1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad1dd Color CSS Codes

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

#aad1dd Text Font Color

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

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


#aad1dd Background Color

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

This div background color is #aad1dd


#aad1dd Border Color

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

This div border color is #aad1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad1dd


Comments

No comments written yet.

Please login to write comment.