Color Hex Logo

#aad7db Color Hex

#AAD7DB
(170,215,219)
0 Favorites   0 Comments

Color spaces of #aad7db

RGB 170215219
HSL0.510.400.76
HSV185°22°86°
CMYK 0.220.020.00   0.14
XYZ53.664262.261476.2071
Yxy62.26140.27930.3241
Hunter Lab78.9059-16.6868-2.0280
CIE-Lab83.0522-13.6937-6.7925

#aad7db color RGB value is (170,215,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 11011011
Octal 252 327 333
Decimal 170 215 219
Hex AA D7 DB

RGB Percentages of Color #aad7db

%28.15
%35.60
%36.26

CMYK Percentages of Color #aad7db

%22
%2
%0
%14

Triadic Colors of #aad7db

#aad7db #dbaad7 #d7dbaa

Analogous Colors of #aad7db

#aad7db #aabfdb #aadbc7

Monochromatic Colors of #aad7db

#aad7db

Complementary Color

#aad7db #dbaeaa

#aad7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7db Color CSS Codes

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

#aad7db Text Font Color

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

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


#aad7db Background Color

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

This div background color is #aad7db


#aad7db Border Color

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

This div border color is #aad7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7db


Comments

No comments written yet.

Please login to write comment.