Color Hex Logo

#aad7dc Color Hex

#AAD7DC
(170,215,220)
0 Favorites   0 Comments

Color spaces of #aad7dc

RGB 170215220
HSL0.520.420.76
HSV186°23°86°
CMYK 0.230.020.00   0.14
XYZ53.796362.314276.9026
Yxy62.31420.27870.3228
Hunter Lab78.9393-16.4981-2.5027
CIE-Lab83.0802-13.4755-7.2828

#aad7dc color RGB value is (170,215,220).

#aad7dc hex color red value is 170, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aad7dc hue: 0.52 , saturation: 0.42 and the lightness value of aad7dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 11011100
Octal 252 327 334
Decimal 170 215 220
Hex AA D7 DC

RGB Percentages of Color #aad7dc

%28.10
%35.54
%36.36

CMYK Percentages of Color #aad7dc

%23
%2
%0
%14

Triadic Colors of #aad7dc

#aad7dc #dcaad7 #d7dcaa

Analogous Colors of #aad7dc

#aad7dc #aabedc #aadcc8

Monochromatic Colors of #aad7dc

#aad7dc

Complementary Color

#aad7dc #dcafaa

#aad7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7dc Color CSS Codes

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

#aad7dc Text Font Color

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

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


#aad7dc Background Color

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

This div background color is #aad7dc


#aad7dc Border Color

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

This div border color is #aad7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7dc


Comments

No comments written yet.

Please login to write comment.