Color Hex Logo

#aad6cf Color Hex

#AAD6CF
(170,214,207)
0 Favorites   0 Comments

Color spaces of #aad6cf

RGB 170214207
HSL0.470.350.75
HSV170°21°84°
CMYK 0.210.000.03   0.16
XYZ51.886661.144268.0988
Yxy61.14420.28650.3376
Hunter Lab78.1948-18.39613.1014
CIE-Lab82.4562-15.7389-1.2848

#aad6cf color RGB value is (170,214,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11001111
Octal 252 326 317
Decimal 170 214 207
Hex AA D6 CF

RGB Percentages of Color #aad6cf

%28.76
%36.21
%35.03

CMYK Percentages of Color #aad6cf

%21
%0
%3
%16

Triadic Colors of #aad6cf

#aad6cf #cfaad6 #d6cfaa

Analogous Colors of #aad6cf

#aad6cf #aac7d6 #aad6b9

Monochromatic Colors of #aad6cf

#aad6cf

Complementary Color

#aad6cf #d6aab1

#aad6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6cf Color CSS Codes

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

#aad6cf Text Font Color

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

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


#aad6cf Background Color

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

This div background color is #aad6cf


#aad6cf Border Color

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

This div border color is #aad6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6cf


Comments

No comments written yet.

Please login to write comment.