Color Hex Logo

#aca388 Color Hex

#ACA388
(172,163,136)
0 Favorites   0 Comments

Color spaces of #aca388

RGB 172163136
HSL0.130.180.60
HSV45°21°67°
CMYK 0.000.050.21   0.33
XYZ34.554436.742628.5634
Yxy36.74260.34600.3679
Hunter Lab60.6157-4.322214.4923
CIE-Lab67.0835-1.263515.2169

#aca388 color RGB value is (172,163,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 10001000
Octal 254 243 210
Decimal 172 163 136
Hex AC A3 88

RGB Percentages of Color #aca388

%36.52
%34.61
%28.87

CMYK Percentages of Color #aca388

%0
%5
%21
%33

Triadic Colors of #aca388

#aca388 #88aca3 #a388ac

Analogous Colors of #aca388

#aca388 #a3ac88 #ac9188

Monochromatic Colors of #aca388

#aca388

Complementary Color

#aca388 #8891ac

#aca388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca388 Color CSS Codes

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

#aca388 Text Font Color

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

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


#aca388 Background Color

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

This div background color is #aca388


#aca388 Border Color

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

This div border color is #aca388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca388


Comments

No comments written yet.

Please login to write comment.