Color Hex Logo

#aad6cc Color Hex

#AAD6CC
(170,214,204)
3 Favorites   0 Comments

Color spaces of #aad6cc

RGB 170214204
HSL0.460.350.75
HSV166°21°84°
CMYK 0.210.000.05   0.16
XYZ51.523260.998866.1851
Yxy60.99880.28830.3413
Hunter Lab78.1017-18.92274.4276
CIE-Lab82.3781-16.35850.1979

#aad6cc color RGB value is (170,214,204).

#aad6cc hex color red value is 170, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aad6cc hue: 0.46 , saturation: 0.35 and the lightness value of aad6cc is 0.75.

The process color (four color CMYK) of #aad6cc color hex is 0.21, 0.00, 0.05, 0.16. Web safe color of #aad6cc is #99cccc. Color #aad6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11001100
Octal 252 326 314
Decimal 170 214 204
Hex AA D6 CC

RGB Percentages of Color #aad6cc

%28.91
%36.39
%34.69

CMYK Percentages of Color #aad6cc

%21
%0
%5
%16

Triadic Colors of #aad6cc

#aad6cc #ccaad6 #d6ccaa

Analogous Colors of #aad6cc

#aad6cc #aacad6 #aad6b6

Monochromatic Colors of #aad6cc

#aad6cc

Complementary Color

#aad6cc #d6aab4

#aad6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6cc Color CSS Codes

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

#aad6cc Text Font Color

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

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


#aad6cc Background Color

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

This div background color is #aad6cc


#aad6cc Border Color

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

This div border color is #aad6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6cc

#aad6cc Color Palettes


Comments

No comments written yet.

Please login to write comment.