Color Hex Logo

#aad6cb Color Hex

#AAD6CB
(170,214,203)
0 Favorites   0 Comments

Color spaces of #aad6cb

RGB 170214203
HSL0.460.350.75
HSV165°21°84°
CMYK 0.210.000.05   0.16
XYZ51.403660.951065.5554
Yxy60.95100.28890.3426
Hunter Lab78.0711-19.09654.8647
CIE-Lab82.3524-16.56340.6926

#aad6cb color RGB value is (170,214,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11001011
Octal 252 326 313
Decimal 170 214 203
Hex AA D6 CB

RGB Percentages of Color #aad6cb

%28.96
%36.46
%34.58

CMYK Percentages of Color #aad6cb

%21
%0
%5
%16

Triadic Colors of #aad6cb

#aad6cb #cbaad6 #d6cbaa

Analogous Colors of #aad6cb

#aad6cb #aacbd6 #aad6b5

Monochromatic Colors of #aad6cb

#aad6cb

Complementary Color

#aad6cb #d6aab5

#aad6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6cb Color CSS Codes

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

#aad6cb Text Font Color

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

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


#aad6cb Background Color

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

This div background color is #aad6cb


#aad6cb Border Color

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

This div border color is #aad6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6cb


Comments

No comments written yet.

Please login to write comment.