Color Hex Logo

#aca788 Color Hex

#ACA788
(172,167,136)
0 Favorites   0 Comments

Color spaces of #aca788

RGB 172167136
HSL0.140.180.60
HSV52°21°67°
CMYK 0.000.030.21   0.33
XYZ35.275938.185728.8039
Yxy38.18570.34490.3734
Hunter Lab61.7946-6.242415.6197
CIE-Lab68.1573-3.425316.7099

#aca788 color RGB value is (172,167,136).

#aca788 hex color red value is 172, green value is 167 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aca788 hue: 0.14 , saturation: 0.18 and the lightness value of aca788 is 0.60.

The process color (four color CMYK) of #aca788 color hex is 0.00, 0.03, 0.21, 0.33. Web safe color of #aca788 is #999999. Color #aca788 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10001000
Octal 254 247 210
Decimal 172 167 136
Hex AC A7 88

RGB Percentages of Color #aca788

%36.21
%35.16
%28.63

CMYK Percentages of Color #aca788

%0
%3
%21
%33

Triadic Colors of #aca788

#aca788 #88aca7 #a788ac

Analogous Colors of #aca788

#aca788 #9fac88 #ac9588

Monochromatic Colors of #aca788

#aca788

Complementary Color

#aca788 #888dac

#aca788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca788 Color CSS Codes

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

#aca788 Text Font Color

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

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


#aca788 Background Color

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

This div background color is #aca788


#aca788 Border Color

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

This div border color is #aca788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca788


Comments

No comments written yet.

Please login to write comment.