Color Hex Logo

#aad9cd Color Hex

#AAD9CD
(170,217,205)
0 Favorites   0 Comments

Color spaces of #aad9cd

RGB 170217205
HSL0.460.380.76
HSV165°22°85°
CMYK 0.220.000.06   0.15
XYZ52.409962.579567.0744
Yxy62.57950.28790.3437
Hunter Lab79.1072-20.17835.1035
CIE-Lab83.2206-17.66470.8951

#aad9cd color RGB value is (170,217,205).

#aad9cd hex color red value is 170, green value is 217 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aad9cd hue: 0.46 , saturation: 0.38 and the lightness value of aad9cd is 0.76.

The process color (four color CMYK) of #aad9cd color hex is 0.22, 0.00, 0.06, 0.15. Web safe color of #aad9cd is #99cccc. Color #aad9cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 11001101
Octal 252 331 315
Decimal 170 217 205
Hex AA D9 CD

RGB Percentages of Color #aad9cd

%28.72
%36.66
%34.63

CMYK Percentages of Color #aad9cd

%22
%0
%6
%15

Triadic Colors of #aad9cd

#aad9cd #cdaad9 #d9cdaa

Analogous Colors of #aad9cd

#aad9cd #aaced9 #aad9b6

Monochromatic Colors of #aad9cd

#aad9cd

Complementary Color

#aad9cd #d9aab6

#aad9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad9cd Color CSS Codes

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

#aad9cd Text Font Color

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

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


#aad9cd Background Color

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

This div background color is #aad9cd


#aad9cd Border Color

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

This div border color is #aad9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad9cd

#aad9cd Color Palettes


Comments

No comments written yet.

Please login to write comment.