Color Hex Logo

#aca9fe Color Hex

#ACA9FE
(172,169,254)
0 Favorites   0 Comments

Color spaces of #aca9fe

RGB 172169254
HSL0.670.980.83
HSV242°33°100°
CMYK 0.320.330.00   0.00
XYZ49.090644.302399.7298
Yxy44.30230.25420.2294
Hunter Lab66.560015.1708-42.2449
CIE-Lab72.430120.0011-41.7652

#aca9fe color RGB value is (172,169,254).

#aca9fe hex color red value is 172, green value is 169 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aca9fe hue: 0.67 , saturation: 0.98 and the lightness value of aca9fe is 0.83.

The process color (four color CMYK) of #aca9fe color hex is 0.32, 0.33, 0.00, 0.00. Web safe color of #aca9fe is #9999ff. Color #aca9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 11111110
Octal 254 251 376
Decimal 172 169 254
Hex AC A9 FE

RGB Percentages of Color #aca9fe

%28.91
%28.40
%42.69

CMYK Percentages of Color #aca9fe

%32
%33
%0
%0

Triadic Colors of #aca9fe

#aca9fe #feaca9 #a9feac

Analogous Colors of #aca9fe

#aca9fe #d7a9fe #a9d1fe

Monochromatic Colors of #aca9fe

#aca9fe

Complementary Color

#aca9fe #fbfea9

#aca9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca9fe Color CSS Codes

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

#aca9fe Text Font Color

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

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


#aca9fe Background Color

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

This div background color is #aca9fe


#aca9fe Border Color

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

This div border color is #aca9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca9fe


Comments

No comments written yet.

Please login to write comment.