Color Hex Logo

#aaaace Color Hex

#AAAACE
(170,170,206)
0 Favorites   0 Comments

Color spaces of #aaaace

RGB 170170206
HSL0.670.270.74
HSV240°17°81°
CMYK 0.170.170.00   0.19
XYZ42.092941.751764.2329
Yxy41.75170.28430.2820
Hunter Lab64.61563.2041-13.7080
CIE-Lab70.69947.4143-18.2554

#aaaace color RGB value is (170,170,206).

#aaaace hex color red value is 170, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aaaace hue: 0.67 , saturation: 0.27 and the lightness value of aaaace is 0.74.

The process color (four color CMYK) of #aaaace color hex is 0.17, 0.17, 0.00, 0.19. Web safe color of #aaaace is #9999cc. Color #aaaace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11001110
Octal 252 252 316
Decimal 170 170 206
Hex AA AA CE

RGB Percentages of Color #aaaace

%31.14
%31.14
%37.73

CMYK Percentages of Color #aaaace

%17
%17
%0
%19

Triadic Colors of #aaaace

#aaaace #ceaaaa #aaceaa

Analogous Colors of #aaaace

#aaaace #bcaace #aabcce

Monochromatic Colors of #aaaace

#aaaace

Complementary Color

#aaaace #ceceaa

#aaaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaace Color CSS Codes

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

#aaaace Text Font Color

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

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


#aaaace Background Color

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

This div background color is #aaaace


#aaaace Border Color

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

This div border color is #aaaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaace


Comments

No comments written yet.

Please login to write comment.