Color Hex Logo

#a4aacc Color Hex

#A4AACC
(164,170,204)
0 Favorites   0 Comments

Color spaces of #a4aacc

RGB 164170204
HSL0.640.280.72
HSV231°20°80°
CMYK 0.200.170.00   0.20
XYZ40.583741.001662.9019
Yxy41.00160.28090.2838
Hunter Lab64.03251.0762-13.4204
CIE-Lab70.17705.0554-17.9893

#a4aacc color RGB value is (164,170,204).

#a4aacc hex color red value is 164, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a4aacc hue: 0.64 , saturation: 0.28 and the lightness value of a4aacc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101010 11001100
Octal 244 252 314
Decimal 164 170 204
Hex A4 AA CC

RGB Percentages of Color #a4aacc

%30.48
%31.60
%37.92

CMYK Percentages of Color #a4aacc

%20
%17
%0
%20

Triadic Colors of #a4aacc

#a4aacc #cca4aa #aacca4

Analogous Colors of #a4aacc

#a4aacc #b2a4cc #a4becc

Monochromatic Colors of #a4aacc

#a4aacc

Complementary Color

#a4aacc #ccc6a4

#a4aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aacc Color CSS Codes

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

#a4aacc Text Font Color

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

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


#a4aacc Background Color

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

This div background color is #a4aacc


#a4aacc Border Color

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

This div border color is #a4aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aacc


Comments

No comments written yet.

Please login to write comment.