Color Hex Logo

#aca778 Color Hex

#ACA778
(172,167,120)
0 Favorites   0 Comments

Color spaces of #aca778

RGB 172167120
HSL0.150.240.57
HSV54°30°67°
CMYK 0.000.030.30   0.33
XYZ34.222137.764223.2548
Yxy37.76420.35930.3965
Hunter Lab61.4526-8.137820.5804
CIE-Lab67.8465-5.699925.0134

#aca778 color RGB value is (172,167,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01111000
Octal 254 247 170
Decimal 172 167 120
Hex AC A7 78

RGB Percentages of Color #aca778

%37.47
%36.38
%26.14

CMYK Percentages of Color #aca778

%0
%3
%30
%33

Triadic Colors of #aca778

#aca778 #78aca7 #a778ac

Analogous Colors of #aca778

#aca778 #97ac78 #ac8d78

Monochromatic Colors of #aca778

#aca778

Complementary Color

#aca778 #787dac

#aca778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca778 Color CSS Codes

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

#aca778 Text Font Color

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

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


#aca778 Background Color

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

This div background color is #aca778


#aca778 Border Color

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

This div border color is #aca778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca778


Comments

No comments written yet.

Please login to write comment.