Color Hex Logo

#aad1ca Color Hex

#AAD1CA
(170,209,202)
0 Favorites   0 Comments

Color spaces of #aad1ca

RGB 170209202
HSL0.470.300.74
HSV169°19°82°
CMYK 0.190.000.03   0.18
XYZ50.038758.411264.5143
Yxy58.41120.28930.3377
Hunter Lab76.4272-16.87953.4507
CIE-Lab80.9669-14.2292-0.7974

#aad1ca color RGB value is (170,209,202).

#aad1ca hex color red value is 170, green value is 209 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aad1ca hue: 0.47 , saturation: 0.30 and the lightness value of aad1ca is 0.74.

The process color (four color CMYK) of #aad1ca color hex is 0.19, 0.00, 0.03, 0.18. Web safe color of #aad1ca is #99cccc. Color #aad1ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 11001010
Octal 252 321 312
Decimal 170 209 202
Hex AA D1 CA

RGB Percentages of Color #aad1ca

%29.26
%35.97
%34.77

CMYK Percentages of Color #aad1ca

%19
%0
%3
%18

Triadic Colors of #aad1ca

#aad1ca #caaad1 #d1caaa

Analogous Colors of #aad1ca

#aad1ca #aac5d1 #aad1b7

Monochromatic Colors of #aad1ca

#aad1ca

Complementary Color

#aad1ca #d1aab1

#aad1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad1ca Color CSS Codes

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

#aad1ca Text Font Color

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

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


#aad1ca Background Color

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

This div background color is #aad1ca


#aad1ca Border Color

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

This div border color is #aad1ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,209,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 #aad1ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad1ca


Comments

No comments written yet.

Please login to write comment.