Color Hex Logo

#aad8dd Color Hex

#AAD8DD
(170,216,221)
0 Favorites   0 Comments

Color spaces of #aad8dd

RGB 170216221
HSL0.520.430.77
HSV186°23°87°
CMYK 0.230.020.00   0.13
XYZ54.184662.878277.6875
Yxy62.87820.27820.3229
Hunter Lab79.2958-16.7945-2.5804
CIE-Lab83.3783-13.7674-7.3729

#aad8dd color RGB value is (170,216,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 11011101
Octal 252 330 335
Decimal 170 216 221
Hex AA D8 DD

RGB Percentages of Color #aad8dd

%28.01
%35.58
%36.41

CMYK Percentages of Color #aad8dd

%23
%2
%0
%13

Triadic Colors of #aad8dd

#aad8dd #ddaad8 #d8ddaa

Analogous Colors of #aad8dd

#aad8dd #aabfdd #aaddc9

Monochromatic Colors of #aad8dd

#aad8dd

Complementary Color

#aad8dd #ddafaa

#aad8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad8dd Color CSS Codes

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

#aad8dd Text Font Color

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

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


#aad8dd Background Color

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

This div background color is #aad8dd


#aad8dd Border Color

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

This div border color is #aad8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad8dd


Comments

No comments written yet.

Please login to write comment.