Color Hex Logo

#aca478 Color Hex

#ACA478
(172,164,120)
0 Favorites   0 Comments

Color spaces of #aca478

RGB 172164120
HSL0.140.240.57
HSV51°30°67°
CMYK 0.000.050.30   0.33
XYZ33.678936.677623.0737
Yxy36.67760.36050.3926
Hunter Lab60.5620-6.718719.8044
CIE-Lab67.0344-4.091923.9246

#aca478 color RGB value is (172,164,120).

#aca478 hex color red value is 172, green value is 164 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aca478 hue: 0.14 , saturation: 0.24 and the lightness value of aca478 is 0.57.

The process color (four color CMYK) of #aca478 color hex is 0.00, 0.05, 0.30, 0.33. Web safe color of #aca478 is #999966. Color #aca478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01111000
Octal 254 244 170
Decimal 172 164 120
Hex AC A4 78

RGB Percentages of Color #aca478

%37.72
%35.96
%26.32

CMYK Percentages of Color #aca478

%0
%5
%30
%33

Triadic Colors of #aca478

#aca478 #78aca4 #a478ac

Analogous Colors of #aca478

#aca478 #9aac78 #ac8a78

Monochromatic Colors of #aca478

#aca478

Complementary Color

#aca478 #7880ac

#aca478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca478 Color CSS Codes

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

#aca478 Text Font Color

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

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


#aca478 Background Color

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

This div background color is #aca478


#aca478 Border Color

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

This div border color is #aca478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca478


Comments

No comments written yet.

Please login to write comment.