Color Hex Logo

#aadad5 Color Hex

#AADAD5
(170,218,213)
0 Favorites   0 Comments

Color spaces of #aadad5

RGB 170218213
HSL0.480.390.76
HSV174°22°85°
CMYK 0.220.000.02   0.15
XYZ53.659263.493072.3780
Yxy63.49300.28310.3350
Hunter Lab79.6825-19.24021.9229
CIE-Lab83.7011-16.5033-2.6485

#aadad5 color RGB value is (170,218,213).

#aadad5 hex color red value is 170, green value is 218 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aadad5 hue: 0.48 , saturation: 0.39 and the lightness value of aadad5 is 0.76.

The process color (four color CMYK) of #aadad5 color hex is 0.22, 0.00, 0.02, 0.15. Web safe color of #aadad5 is #99cccc. Color #aadad5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11010101
Octal 252 332 325
Decimal 170 218 213
Hex AA DA D5

RGB Percentages of Color #aadad5

%28.29
%36.27
%35.44

CMYK Percentages of Color #aadad5

%22
%0
%2
%15

Triadic Colors of #aadad5

#aadad5 #d5aada #dad5aa

Analogous Colors of #aadad5

#aadad5 #aac7da #aadabd

Monochromatic Colors of #aadad5

#aadad5

Complementary Color

#aadad5 #daaaaf

#aadad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadad5 Color CSS Codes

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

#aadad5 Text Font Color

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

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


#aadad5 Background Color

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

This div background color is #aadad5


#aadad5 Border Color

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

This div border color is #aadad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadad5


Comments

No comments written yet.

Please login to write comment.