Color Hex Logo

#aca284 Color Hex

#ACA284
(172,162,132)
0 Favorites   0 Comments

Color spaces of #aca284

RGB 172162132
HSL0.130.190.60
HSV45°23°67°
CMYK 0.000.060.23   0.33
XYZ34.098436.277327.0348
Yxy36.27730.35000.3724
Hunter Lab60.2306-4.349315.5489
CIE-Lab66.7313-1.322116.9355

#aca284 color RGB value is (172,162,132).

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

The process color (four color CMYK) of #aca284 color hex is 0.00, 0.06, 0.23, 0.33. Web safe color of #aca284 is #999999. Color #aca284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 10000100
Octal 254 242 204
Decimal 172 162 132
Hex AC A2 84

RGB Percentages of Color #aca284

%36.91
%34.76
%28.33

CMYK Percentages of Color #aca284

%0
%6
%23
%33

Triadic Colors of #aca284

#aca284 #84aca2 #a284ac

Analogous Colors of #aca284

#aca284 #a2ac84 #ac8e84

Monochromatic Colors of #aca284

#aca284

Complementary Color

#aca284 #848eac

#aca284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca284 Color CSS Codes

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

#aca284 Text Font Color

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

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


#aca284 Background Color

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

This div background color is #aca284


#aca284 Border Color

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

This div border color is #aca284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca284


Comments

No comments written yet.

Please login to write comment.