Color Hex Logo

#aad6ce Color Hex

#AAD6CE
(170,214,206)
0 Favorites   0 Comments

Color spaces of #aad6ce

RGB 170214206
HSL0.470.350.75
HSV169°21°84°
CMYK 0.210.000.04   0.16
XYZ51.764761.095467.4568
Yxy61.09540.28710.3388
Hunter Lab78.1635-18.57253.5460
CIE-Lab82.4300-15.9462-0.7908

#aad6ce color RGB value is (170,214,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11001110
Octal 252 326 316
Decimal 170 214 206
Hex AA D6 CE

RGB Percentages of Color #aad6ce

%28.81
%36.27
%34.92

CMYK Percentages of Color #aad6ce

%21
%0
%4
%16

Triadic Colors of #aad6ce

#aad6ce #ceaad6 #d6ceaa

Analogous Colors of #aad6ce

#aad6ce #aac8d6 #aad6b8

Monochromatic Colors of #aad6ce

#aad6ce

Complementary Color

#aad6ce #d6aab2

#aad6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6ce Color CSS Codes

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

#aad6ce Text Font Color

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

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


#aad6ce Background Color

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

This div background color is #aad6ce


#aad6ce Border Color

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

This div border color is #aad6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6ce


Comments

No comments written yet.

Please login to write comment.