Color Hex Logo

#aad3d5 Color Hex

#AAD3D5
(170,211,213)
0 Favorites   0 Comments

Color spaces of #aad3d5

RGB 170211213
HSL0.510.340.75
HSV183°20°84°
CMYK 0.200.010.00   0.16
XYZ51.882159.938771.7856
Yxy59.93870.28260.3265
Hunter Lab77.4201-15.8656-0.7809
CIE-Lab81.8049-12.9432-5.4403

#aad3d5 color RGB value is (170,211,213).

#aad3d5 hex color red value is 170, green value is 211 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aad3d5 hue: 0.51 , saturation: 0.34 and the lightness value of aad3d5 is 0.75.

The process color (four color CMYK) of #aad3d5 color hex is 0.20, 0.01, 0.00, 0.16. Web safe color of #aad3d5 is #99cccc. Color #aad3d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 11010101
Octal 252 323 325
Decimal 170 211 213
Hex AA D3 D5

RGB Percentages of Color #aad3d5

%28.62
%35.52
%35.86

CMYK Percentages of Color #aad3d5

%20
%1
%0
%16

Triadic Colors of #aad3d5

#aad3d5 #d5aad3 #d3d5aa

Analogous Colors of #aad3d5

#aad3d5 #aabed5 #aad5c2

Monochromatic Colors of #aad3d5

#aad3d5

Complementary Color

#aad3d5 #d5acaa

#aad3d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad3d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad3d5 Color CSS Codes

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

#aad3d5 Text Font Color

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

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


#aad3d5 Background Color

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

This div background color is #aad3d5


#aad3d5 Border Color

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

This div border color is #aad3d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad3d5


Comments

No comments written yet.

Please login to write comment.