Color Hex Logo

#a0aaee Color Hex

#A0AAEE
(160,170,238)
0 Favorites   0 Comments

Color spaces of #a0aaee

RGB 160170238
HSL0.650.700.78
HSV232°33°93°
CMYK 0.330.290.00   0.07
XYZ44.304542.396186.7371
Yxy42.39610.25540.2444
Hunter Lab65.11237.5107-33.4025
CIE-Lab71.143212.0627-35.1540

#a0aaee color RGB value is (160,170,238).

#a0aaee hex color red value is 160, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a0aaee hue: 0.65 , saturation: 0.70 and the lightness value of a0aaee is 0.78.

The process color (four color CMYK) of #a0aaee color hex is 0.33, 0.29, 0.00, 0.07. Web safe color of #a0aaee is #9999ff. Color #a0aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101010 11101110
Octal 240 252 356
Decimal 160 170 238
Hex A0 AA EE

RGB Percentages of Color #a0aaee

%28.17
%29.93
%41.90

CMYK Percentages of Color #a0aaee

%33
%29
%0
%7

Triadic Colors of #a0aaee

#a0aaee #eea0aa #aaeea0

Analogous Colors of #a0aaee

#a0aaee #bda0ee #a0d1ee

Monochromatic Colors of #a0aaee

#a0aaee

Complementary Color

#a0aaee #eee4a0

#a0aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aaee Color CSS Codes

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

#a0aaee Text Font Color

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

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


#a0aaee Background Color

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

This div background color is #a0aaee


#a0aaee Border Color

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

This div border color is #a0aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aaee


Comments

No comments written yet.

Please login to write comment.