Color Hex Logo

#aad4dc Color Hex

#AAD4DC
(170,212,220)
0 Favorites   0 Comments

Color spaces of #aad4dc

RGB 170212220
HSL0.530.420.76
HSV190°23°86°
CMYK 0.230.040.00   0.14
XYZ53.039360.800376.6503
Yxy60.80030.27840.3192
Hunter Lab77.9745-15.0374-3.7009
CIE-Lab82.2713-11.9378-8.4826

#aad4dc color RGB value is (170,212,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 11011100
Octal 252 324 334
Decimal 170 212 220
Hex AA D4 DC

RGB Percentages of Color #aad4dc

%28.24
%35.22
%36.54

CMYK Percentages of Color #aad4dc

%23
%4
%0
%14

Triadic Colors of #aad4dc

#aad4dc #dcaad4 #d4dcaa

Analogous Colors of #aad4dc

#aad4dc #aabbdc #aadccb

Monochromatic Colors of #aad4dc

#aad4dc

Complementary Color

#aad4dc #dcb2aa

#aad4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4dc Color CSS Codes

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

#aad4dc Text Font Color

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

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


#aad4dc Background Color

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

This div background color is #aad4dc


#aad4dc Border Color

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

This div border color is #aad4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4dc


Comments

No comments written yet.

Please login to write comment.