Color Hex Logo

#a2acca Color Hex

#A2ACCA
(162,172,202)
0 Favorites   0 Comments

Color spaces of #a2acca

RGB 162172202
HSL0.630.270.71
HSV225°20°79°
CMYK 0.200.150.00   0.21
XYZ40.313541.450761.7532
Yxy41.45070.28090.2888
Hunter Lab64.3822-0.8995-11.8014
CIE-Lab70.49052.8667-16.4286

#a2acca color RGB value is (162,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101100 11001010
Octal 242 254 312
Decimal 162 172 202
Hex A2 AC CA

RGB Percentages of Color #a2acca

%30.22
%32.09
%37.69

CMYK Percentages of Color #a2acca

%20
%15
%0
%21

Triadic Colors of #a2acca

#a2acca #caa2ac #accaa2

Analogous Colors of #a2acca

#a2acca #aca2ca #a2c0ca

Monochromatic Colors of #a2acca

#a2acca

Complementary Color

#a2acca #cac0a2

#a2acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2acca Color CSS Codes

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

#a2acca Text Font Color

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

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


#a2acca Background Color

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

This div background color is #a2acca


#a2acca Border Color

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

This div border color is #a2acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2acca


Comments

No comments written yet.

Please login to write comment.