Color Hex Logo

#aaace6 Color Hex

#AAACE6
(170,172,230)
0 Favorites   0 Comments

Color spaces of #aaace6

RGB 170172230
HSL0.660.550.78
HSV238°26°90°
CMYK 0.260.250.00   0.10
XYZ45.613043.764380.9062
Yxy43.76430.26790.2570
Hunter Lab66.15467.3036-26.2027
CIE-Lab72.070711.8444-29.3036

#aaace6 color RGB value is (170,172,230).

#aaace6 hex color red value is 170, green value is 172 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #aaace6 hue: 0.66 , saturation: 0.55 and the lightness value of aaace6 is 0.78.

The process color (four color CMYK) of #aaace6 color hex is 0.26, 0.25, 0.00, 0.10. Web safe color of #aaace6 is #9999ff. Color #aaace6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11100110
Octal 252 254 346
Decimal 170 172 230
Hex AA AC E6

RGB Percentages of Color #aaace6

%29.72
%30.07
%40.21

CMYK Percentages of Color #aaace6

%26
%25
%0
%10

Triadic Colors of #aaace6

#aaace6 #e6aaac #ace6aa

Analogous Colors of #aaace6

#aaace6 #c6aae6 #aacae6

Monochromatic Colors of #aaace6

#aaace6

Complementary Color

#aaace6 #e6e4aa

#aaace6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaace6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaace6 Color CSS Codes

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

#aaace6 Text Font Color

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

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


#aaace6 Background Color

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

This div background color is #aaace6


#aaace6 Border Color

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

This div border color is #aaace6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaace6


Comments

No comments written yet.

Please login to write comment.