Color Hex Logo

#aca4ae Color Hex

#ACA4AE
(172,164,174)
0 Favorites   0 Comments

Color spaces of #aca4ae

RGB 172164174
HSL0.800.060.66
HSV288°68°
CMYK 0.010.060.00   0.32
XYZ37.928738.377645.4530
Yxy38.37760.31150.3152
Hunter Lab61.94970.8748-0.1368
CIE-Lab68.29804.7585-4.1321

#aca4ae color RGB value is (172,164,174).

#aca4ae hex color red value is 172, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aca4ae hue: 0.80 , saturation: 0.06 and the lightness value of aca4ae is 0.66.

The process color (four color CMYK) of #aca4ae color hex is 0.01, 0.06, 0.00, 0.32. Web safe color of #aca4ae is #999999. Color #aca4ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10101110
Octal 254 244 256
Decimal 172 164 174
Hex AC A4 AE

RGB Percentages of Color #aca4ae

%33.73
%32.16
%34.12

CMYK Percentages of Color #aca4ae

%1
%6
%0
%32

Triadic Colors of #aca4ae

#aca4ae #aeaca4 #a4aeac

Analogous Colors of #aca4ae

#aca4ae #aea4ab #a7a4ae

Monochromatic Colors of #aca4ae

#aca4ae

Complementary Color

#aca4ae #a6aea4

#aca4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca4ae Color CSS Codes

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

#aca4ae Text Font Color

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

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


#aca4ae Background Color

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

This div background color is #aca4ae


#aca4ae Border Color

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

This div border color is #aca4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca4ae


Comments

No comments written yet.

Please login to write comment.