Color Hex Logo

#acaaf6 Color Hex

#ACAAF6
(172,170,246)
0 Favorites   0 Comments

Color spaces of #acaaf6

RGB 172170246
HSL0.670.810.82
HSV242°31°96°
CMYK 0.300.310.00   0.04
XYZ48.022544.173993.1841
Yxy44.17390.25900.2383
Hunter Lab66.463412.6624-36.6023
CIE-Lab72.344617.4388-37.5667

#acaaf6 color RGB value is (172,170,246).

#acaaf6 hex color red value is 172, green value is 170 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #acaaf6 hue: 0.67 , saturation: 0.81 and the lightness value of acaaf6 is 0.82.

The process color (four color CMYK) of #acaaf6 color hex is 0.30, 0.31, 0.00, 0.04. Web safe color of #acaaf6 is #9999ff. Color #acaaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11110110
Octal 254 252 366
Decimal 172 170 246
Hex AC AA F6

RGB Percentages of Color #acaaf6

%29.25
%28.91
%41.84

CMYK Percentages of Color #acaaf6

%30
%31
%0
%4

Triadic Colors of #acaaf6

#acaaf6 #f6acaa #aaf6ac

Analogous Colors of #acaaf6

#acaaf6 #d2aaf6 #aacef6

Monochromatic Colors of #acaaf6

#acaaf6

Complementary Color

#acaaf6 #f4f6aa

#acaaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaaf6 Color CSS Codes

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

#acaaf6 Text Font Color

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

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


#acaaf6 Background Color

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

This div background color is #acaaf6


#acaaf6 Border Color

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

This div border color is #acaaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaaf6


Comments

No comments written yet.

Please login to write comment.