Color Hex Logo

#aadad0 Color Hex

#AADAD0
(170,218,208)
0 Favorites   0 Comments

Color spaces of #aadad0

RGB 170218208
HSL0.470.390.76
HSV168°22°85°
CMYK 0.220.000.05   0.15
XYZ53.034163.242969.0864
Yxy63.24290.28610.3412
Hunter Lab79.5254-20.13094.1606
CIE-Lab83.5700-17.5493-0.1873

#aadad0 color RGB value is (170,218,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11010000
Octal 252 332 320
Decimal 170 218 208
Hex AA DA D0

RGB Percentages of Color #aadad0

%28.52
%36.58
%34.90

CMYK Percentages of Color #aadad0

%22
%0
%5
%15

Triadic Colors of #aadad0

#aadad0 #d0aada #dad0aa

Analogous Colors of #aadad0

#aadad0 #aaccda #aadab8

Monochromatic Colors of #aadad0

#aadad0

Complementary Color

#aadad0 #daaab4

#aadad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadad0 Color CSS Codes

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

#aadad0 Text Font Color

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

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


#aadad0 Background Color

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

This div background color is #aadad0


#aadad0 Border Color

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

This div border color is #aadad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadad0


Comments

No comments written yet.

Please login to write comment.