Color Hex Logo

#a0acca Color Hex

#A0ACCA
(160,172,202)
0 Favorites   0 Comments

Color spaces of #a0acca

RGB 160172202
HSL0.620.280.71
HSV223°21°79°
CMYK 0.210.150.00   0.21
XYZ39.910441.242961.7343
Yxy41.24290.27930.2886
Hunter Lab64.2206-1.4559-12.0401
CIE-Lab70.34582.2344-16.6613

#a0acca color RGB value is (160,172,202).

#a0acca hex color red value is 160, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a0acca hue: 0.62 , saturation: 0.28 and the lightness value of a0acca is 0.71.

The process color (four color CMYK) of #a0acca color hex is 0.21, 0.15, 0.00, 0.21. Web safe color of #a0acca is #9999cc. Color #a0acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11001010
Octal 240 254 312
Decimal 160 172 202
Hex A0 AC CA

RGB Percentages of Color #a0acca

%29.96
%32.21
%37.83

CMYK Percentages of Color #a0acca

%21
%15
%0
%21

Triadic Colors of #a0acca

#a0acca #caa0ac #accaa0

Analogous Colors of #a0acca

#a0acca #a9a0ca #a0c1ca

Monochromatic Colors of #a0acca

#a0acca

Complementary Color

#a0acca #cabea0

#a0acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acca Color CSS Codes

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

#a0acca Text Font Color

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

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


#a0acca Background Color

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

This div background color is #a0acca


#a0acca Border Color

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

This div border color is #a0acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acca


Comments

No comments written yet.

Please login to write comment.