Color Hex Logo

#aad7da Color Hex

#AAD7DA
(170,215,218)
0 Favorites   0 Comments

Color spaces of #aad7da

RGB 170215218
HSL0.510.390.76
HSV184°22°85°
CMYK 0.220.010.00   0.15
XYZ53.532962.208975.5157
Yxy62.20890.27990.3253
Hunter Lab78.8726-16.8745-1.5557
CIE-Lab83.0244-13.9110-6.3019

#aad7da color RGB value is (170,215,218).

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

The process color (four color CMYK) of #aad7da color hex is 0.22, 0.01, 0.00, 0.15. Web safe color of #aad7da is #99cccc. Color #aad7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 11011010
Octal 252 327 332
Decimal 170 215 218
Hex AA D7 DA

RGB Percentages of Color #aad7da

%28.19
%35.66
%36.15

CMYK Percentages of Color #aad7da

%22
%1
%0
%15

Triadic Colors of #aad7da

#aad7da #daaad7 #d7daaa

Analogous Colors of #aad7da

#aad7da #aabfda #aadac5

Monochromatic Colors of #aad7da

#aad7da

Complementary Color

#aad7da #daadaa

#aad7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7da Color CSS Codes

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

#aad7da Text Font Color

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

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


#aad7da Background Color

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

This div background color is #aad7da


#aad7da Border Color

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

This div border color is #aad7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7da

#aad7da Color Palettes


Comments

No comments written yet.

Please login to write comment.