Color Hex Logo

#aca883 Color Hex

#ACA883
(172,168,131)
0 Favorites   0 Comments

Color spaces of #aca883

RGB 172168131
HSL0.150.200.59
HSV54°24°67°
CMYK 0.000.020.24   0.33
XYZ35.112638.414627.0369
Yxy38.41460.34920.3820
Hunter Lab61.9795-7.340417.5220
CIE-Lab68.3251-4.704019.6803

#aca883 color RGB value is (172,168,131).

#aca883 hex color red value is 172, green value is 168 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aca883 hue: 0.15 , saturation: 0.20 and the lightness value of aca883 is 0.59.

The process color (four color CMYK) of #aca883 color hex is 0.00, 0.02, 0.24, 0.33. Web safe color of #aca883 is #999999. Color #aca883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10000011
Octal 254 250 203
Decimal 172 168 131
Hex AC A8 83

RGB Percentages of Color #aca883

%36.52
%35.67
%27.81

CMYK Percentages of Color #aca883

%0
%2
%24
%33

Triadic Colors of #aca883

#aca883 #83aca8 #a883ac

Analogous Colors of #aca883

#aca883 #9cac83 #ac9483

Monochromatic Colors of #aca883

#aca883

Complementary Color

#aca883 #8387ac

#aca883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca883 Color CSS Codes

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

#aca883 Text Font Color

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

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


#aca883 Background Color

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

This div background color is #aca883


#aca883 Border Color

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

This div border color is #aca883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca883


Comments

No comments written yet.

Please login to write comment.