Color Hex Logo

#aad6ca Color Hex

#AAD6CA
(170,214,202)
0 Favorites   0 Comments

Color spaces of #aad6ca

RGB 170214202
HSL0.450.350.75
HSV164°21°84°
CMYK 0.210.000.06   0.16
XYZ51.284860.903564.9297
Yxy60.90350.28960.3439
Hunter Lab78.0407-19.26915.2993
CIE-Lab82.3268-16.76731.1876

#aad6ca color RGB value is (170,214,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11001010
Octal 252 326 312
Decimal 170 214 202
Hex AA D6 CA

RGB Percentages of Color #aad6ca

%29.01
%36.52
%34.47

CMYK Percentages of Color #aad6ca

%21
%0
%6
%16

Triadic Colors of #aad6ca

#aad6ca #caaad6 #d6caaa

Analogous Colors of #aad6ca

#aad6ca #aaccd6 #aad6b4

Monochromatic Colors of #aad6ca

#aad6ca

Complementary Color

#aad6ca #d6aab6

#aad6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6ca Color CSS Codes

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

#aad6ca Text Font Color

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

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


#aad6ca Background Color

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

This div background color is #aad6ca


#aad6ca Border Color

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

This div border color is #aad6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6ca


Comments

No comments written yet.

Please login to write comment.