Color Hex Logo

#a0aadc Color Hex

#A0AADC
(160,170,220)
0 Favorites   0 Comments

Color spaces of #a0aadc

RGB 160170220
HSL0.640.460.75
HSV230°27°86°
CMYK 0.270.230.00   0.14
XYZ41.790241.390373.4967
Yxy41.39030.26670.2642
Hunter Lab64.33533.3613-22.6982
CIE-Lab70.44857.5799-26.3924

#a0aadc color RGB value is (160,170,220).

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

The process color (four color CMYK) of #a0aadc color hex is 0.27, 0.23, 0.00, 0.14. Web safe color of #a0aadc is #9999cc. Color #a0aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101010 11011100
Octal 240 252 334
Decimal 160 170 220
Hex A0 AA DC

RGB Percentages of Color #a0aadc

%29.09
%30.91
%40.00

CMYK Percentages of Color #a0aadc

%27
%23
%0
%14

Triadic Colors of #a0aadc

#a0aadc #dca0aa #aadca0

Analogous Colors of #a0aadc

#a0aadc #b4a0dc #a0c8dc

Monochromatic Colors of #a0aadc

#a0aadc

Complementary Color

#a0aadc #dcd2a0

#a0aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aadc Color CSS Codes

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

#a0aadc Text Font Color

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

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


#a0aadc Background Color

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

This div background color is #a0aadc


#a0aadc Border Color

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

This div border color is #a0aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aadc


Comments

No comments written yet.

Please login to write comment.