Color Hex Logo

#aad0da Color Hex

#AAD0DA
(170,208,218)
0 Favorites   0 Comments

Color spaces of #aad0da

RGB 170208218
HSL0.530.390.76
HSV193°22°85°
CMYK 0.220.050.00   0.15
XYZ51.788358.719874.9342
Yxy58.71980.27930.3166
Hunter Lab76.6288-13.4643-4.3386
CIE-Lab81.1373-10.3123-9.0999

#aad0da color RGB value is (170,208,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 11011010
Octal 252 320 332
Decimal 170 208 218
Hex AA D0 DA

RGB Percentages of Color #aad0da

%28.52
%34.90
%36.58

CMYK Percentages of Color #aad0da

%22
%5
%0
%15

Triadic Colors of #aad0da

#aad0da #daaad0 #d0daaa

Analogous Colors of #aad0da

#aad0da #aab8da #aadacc

Monochromatic Colors of #aad0da

#aad0da

Complementary Color

#aad0da #dab4aa

#aad0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad0da Color CSS Codes

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

#aad0da Text Font Color

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

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


#aad0da Background Color

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

This div background color is #aad0da


#aad0da Border Color

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

This div border color is #aad0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad0da


Comments

No comments written yet.

Please login to write comment.