Color Hex Logo

#aad5ca Color Hex

#AAD5CA
(170,213,202)
0 Favorites   0 Comments

Color spaces of #aad5ca

RGB 170213202
HSL0.460.340.75
HSV165°20°84°
CMYK 0.200.000.05   0.16
XYZ51.032560.398864.8456
Yxy60.39880.28950.3426
Hunter Lab77.7167-18.79254.9310
CIE-Lab82.0545-16.26190.7907

#aad5ca color RGB value is (170,213,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 11001010
Octal 252 325 312
Decimal 170 213 202
Hex AA D5 CA

RGB Percentages of Color #aad5ca

%29.06
%36.41
%34.53

CMYK Percentages of Color #aad5ca

%20
%0
%5
%16

Triadic Colors of #aad5ca

#aad5ca #caaad5 #d5caaa

Analogous Colors of #aad5ca

#aad5ca #aacbd5 #aad5b5

Monochromatic Colors of #aad5ca

#aad5ca

Complementary Color

#aad5ca #d5aab5

#aad5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad5ca Color CSS Codes

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

#aad5ca Text Font Color

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

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


#aad5ca Background Color

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

This div background color is #aad5ca


#aad5ca Border Color

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

This div border color is #aad5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad5ca


Comments

No comments written yet.

Please login to write comment.