Color Hex Logo

#a0aace Color Hex

#A0AACE
(160,170,206)
0 Favorites   0 Comments

Color spaces of #a0aace

RGB 160170206
HSL0.630.320.72
HSV227°22°81°
CMYK 0.220.170.00   0.19
XYZ40.012540.679364.1355
Yxy40.67930.27630.2809
Hunter Lab63.78030.3662-14.9739
CIE-Lab69.95064.2565-19.4615

#a0aace color RGB value is (160,170,206).

#a0aace hex color red value is 160, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a0aace hue: 0.63 , saturation: 0.32 and the lightness value of a0aace is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101010 11001110
Octal 240 252 316
Decimal 160 170 206
Hex A0 AA CE

RGB Percentages of Color #a0aace

%29.85
%31.72
%38.43

CMYK Percentages of Color #a0aace

%22
%17
%0
%19

Triadic Colors of #a0aace

#a0aace #cea0aa #aacea0

Analogous Colors of #a0aace

#a0aace #ada0ce #a0c1ce

Monochromatic Colors of #a0aace

#a0aace

Complementary Color

#a0aace #cec4a0

#a0aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aace Color CSS Codes

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

#a0aace Text Font Color

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

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


#a0aace Background Color

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

This div background color is #a0aace


#a0aace Border Color

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

This div border color is #a0aace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a0aace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aace


Comments

No comments written yet.

Please login to write comment.