Color Hex Logo

#aaced9 Color Hex

#AACED9
(170,206,217)
0 Favorites   0 Comments

Color spaces of #aaced9

RGB 170206217
HSL0.540.380.76
HSV194°22°85°
CMYK 0.220.050.00   0.15
XYZ51.173357.698474.0854
Yxy57.69840.27970.3154
Hunter Lab75.9595-12.6750-4.6556
CIE-Lab80.5708-9.4934-9.4074

#aaced9 color RGB value is (170,206,217).

#aaced9 hex color red value is 170, green value is 206 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aaced9 hue: 0.54 , saturation: 0.38 and the lightness value of aaced9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11011001
Octal 252 316 331
Decimal 170 206 217
Hex AA CE D9

RGB Percentages of Color #aaced9

%28.67
%34.74
%36.59

CMYK Percentages of Color #aaced9

%22
%5
%0
%15

Triadic Colors of #aaced9

#aaced9 #d9aace #ced9aa

Analogous Colors of #aaced9

#aaced9 #aab7d9 #aad9cd

Monochromatic Colors of #aaced9

#aaced9

Complementary Color

#aaced9 #d9b5aa

#aaced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaced9 Color CSS Codes

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

#aaced9 Text Font Color

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

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


#aaced9 Background Color

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

This div background color is #aaced9


#aaced9 Border Color

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

This div border color is #aaced9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaced9


Comments

No comments written yet.

Please login to write comment.