Color Hex Logo

#aadad8 Color Hex

#AADAD8
(170,218,216)
0 Favorites   0 Comments

Color spaces of #aadad8

RGB 170218216
HSL0.490.390.76
HSV178°22°85°
CMYK 0.220.000.01   0.15
XYZ54.043663.646774.4024
Yxy63.64670.28130.3313
Hunter Lab79.7789-18.69400.5509
CIE-Lab83.7815-15.8654-4.1223

#aadad8 color RGB value is (170,218,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11011000
Octal 252 332 330
Decimal 170 218 216
Hex AA DA D8

RGB Percentages of Color #aadad8

%28.15
%36.09
%35.76

CMYK Percentages of Color #aadad8

%22
%0
%1
%15

Triadic Colors of #aadad8

#aadad8 #d8aada #dad8aa

Analogous Colors of #aadad8

#aadad8 #aac4da #aadac0

Monochromatic Colors of #aadad8

#aadad8

Complementary Color

#aadad8 #daaaac

#aadad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadad8 Color CSS Codes

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

#aadad8 Text Font Color

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

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


#aadad8 Background Color

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

This div background color is #aadad8


#aadad8 Border Color

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

This div border color is #aadad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadad8


Comments

No comments written yet.

Please login to write comment.