Color Hex Logo

#a0acdc Color Hex

#A0ACDC
(160,172,220)
0 Favorites   0 Comments

Color spaces of #a0acdc

RGB 160172220
HSL0.630.460.75
HSV228°27°86°
CMYK 0.270.220.00   0.14
XYZ42.168042.145973.6226
Yxy42.14590.26700.2669
Hunter Lab64.91992.3330-21.7941
CIE-Lab70.97146.4684-25.5910

#a0acdc color RGB value is (160,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11011100
Octal 240 254 334
Decimal 160 172 220
Hex A0 AC DC

RGB Percentages of Color #a0acdc

%28.99
%31.16
%39.86

CMYK Percentages of Color #a0acdc

%27
%22
%0
%14

Triadic Colors of #a0acdc

#a0acdc #dca0ac #acdca0

Analogous Colors of #a0acdc

#a0acdc #b2a0dc #a0cadc

Monochromatic Colors of #a0acdc

#a0acdc

Complementary Color

#a0acdc #dcd0a0

#a0acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acdc Color CSS Codes

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

#a0acdc Text Font Color

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

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


#a0acdc Background Color

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

This div background color is #a0acdc


#a0acdc Border Color

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

This div border color is #a0acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acdc


Comments

No comments written yet.

Please login to write comment.