Color Hex Logo

#a0aaea Color Hex

#A0AAEA
(160,170,234)
0 Favorites   0 Comments

Color spaces of #a0aaea

RGB 160170234
HSL0.640.640.77
HSV232°32°92°
CMYK 0.320.270.00   0.08
XYZ43.723242.163583.6758
Yxy42.16350.25790.2487
Hunter Lab64.93346.5602-30.9501
CIE-Lab70.983511.0479-33.2219

#a0aaea color RGB value is (160,170,234).

#a0aaea hex color red value is 160, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a0aaea hue: 0.64 , saturation: 0.64 and the lightness value of a0aaea is 0.77.

The process color (four color CMYK) of #a0aaea color hex is 0.32, 0.27, 0.00, 0.08. Web safe color of #a0aaea is #9999ff. Color #a0aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101010 11101010
Octal 240 252 352
Decimal 160 170 234
Hex A0 AA EA

RGB Percentages of Color #a0aaea

%28.37
%30.14
%41.49

CMYK Percentages of Color #a0aaea

%32
%27
%0
%8

Triadic Colors of #a0aaea

#a0aaea #eaa0aa #aaeaa0

Analogous Colors of #a0aaea

#a0aaea #bba0ea #a0cfea

Monochromatic Colors of #a0aaea

#a0aaea

Complementary Color

#a0aaea #eae0a0

#a0aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aaea Color CSS Codes

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

#a0aaea Text Font Color

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

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


#a0aaea Background Color

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

This div background color is #a0aaea


#a0aaea Border Color

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

This div border color is #a0aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aaea


Comments

No comments written yet.

Please login to write comment.