Color Hex Logo

#a6acca Color Hex

#A6ACCA
(166,172,202)
0 Favorites   0 Comments

Color spaces of #a6acca

RGB 166172202
HSL0.640.250.72
HSV230°18°79°
CMYK 0.180.150.00   0.21
XYZ41.139141.876361.7918
Yxy41.87630.28410.2892
Hunter Lab64.71190.2314-11.3162
CIE-Lab70.78564.1423-15.9545

#a6acca color RGB value is (166,172,202).

#a6acca hex color red value is 166, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a6acca hue: 0.64 , saturation: 0.25 and the lightness value of a6acca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101100 11001010
Octal 246 254 312
Decimal 166 172 202
Hex A6 AC CA

RGB Percentages of Color #a6acca

%30.74
%31.85
%37.41

CMYK Percentages of Color #a6acca

%18
%15
%0
%21

Triadic Colors of #a6acca

#a6acca #caa6ac #accaa6

Analogous Colors of #a6acca

#a6acca #b2a6ca #a6beca

Monochromatic Colors of #a6acca

#a6acca

Complementary Color

#a6acca #cac4a6

#a6acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6acca Color CSS Codes

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

#a6acca Text Font Color

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

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


#a6acca Background Color

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

This div background color is #a6acca


#a6acca Border Color

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

This div border color is #a6acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6acca


Comments

No comments written yet.

Please login to write comment.