Color Hex Logo

#aca831 Color Hex

#ACA831
(172,168,49)
0 Favorites   0 Comments

Color spaces of #aca831

RGB 17216849
HSL0.160.560.43
HSV58°72°67°
CMYK 0.000.020.72   0.33
XYZ31.570336.99778.3831
Yxy36.99770.41030.4808
Hunter Lab60.8257-13.798434.4066
CIE-Lab67.2753-12.673858.4947

#aca831 color RGB value is (172,168,49).

#aca831 hex color red value is 172, green value is 168 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aca831 hue: 0.16 , saturation: 0.56 and the lightness value of aca831 is 0.43.

The process color (four color CMYK) of #aca831 color hex is 0.00, 0.02, 0.72, 0.33. Web safe color of #aca831 is #999933. Color #aca831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00110001
Octal 254 250 61
Decimal 172 168 49
Hex AC A8 31

RGB Percentages of Color #aca831

%44.22
%43.19
%12.60

CMYK Percentages of Color #aca831

%0
%2
%72
%33

Triadic Colors of #aca831

#aca831 #31aca8 #a831ac

Analogous Colors of #aca831

#aca831 #73ac31 #ac6b31

Monochromatic Colors of #aca831

#aca831

Complementary Color

#aca831 #3135ac

#aca831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca831 Color CSS Codes

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

#aca831 Text Font Color

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

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


#aca831 Background Color

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

This div background color is #aca831


#aca831 Border Color

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

This div border color is #aca831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca831


Comments

No comments written yet.

Please login to write comment.