Color Hex Logo

#a0accc Color Hex

#A0ACCC
(160,172,204)
0 Favorites   0 Comments

Color spaces of #a0accc

RGB 160172204
HSL0.620.300.71
HSV224°22°80°
CMYK 0.220.160.00   0.20
XYZ40.148841.338362.9898
Yxy41.33830.27790.2861
Hunter Lab64.2949-1.0521-13.0801
CIE-Lab70.41232.6917-17.6613

#a0accc color RGB value is (160,172,204).

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

The process color (four color CMYK) of #a0accc color hex is 0.22, 0.16, 0.00, 0.20. Web safe color of #a0accc is #9999cc. Color #a0accc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11001100
Octal 240 254 314
Decimal 160 172 204
Hex A0 AC CC

RGB Percentages of Color #a0accc

%29.85
%32.09
%38.06

CMYK Percentages of Color #a0accc

%22
%16
%0
%20

Triadic Colors of #a0accc

#a0accc #cca0ac #accca0

Analogous Colors of #a0accc

#a0accc #aaa0cc #a0c2cc

Monochromatic Colors of #a0accc

#a0accc

Complementary Color

#a0accc #ccc0a0

#a0accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0accc Color CSS Codes

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

#a0accc Text Font Color

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

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


#a0accc Background Color

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

This div background color is #a0accc


#a0accc Border Color

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

This div border color is #a0accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0accc


Comments

No comments written yet.

Please login to write comment.