Color Hex Logo

#aca348 Color Hex

#ACA348
(172,163,72)
0 Favorites   0 Comments

Color spaces of #aca348

RGB 17216372
HSL0.150.410.48
HSV55°58°67°
CMYK 0.000.050.58   0.33
XYZ31.280135.432911.3215
Yxy35.43290.40080.4541
Hunter Lab59.5255-10.369730.3912
CIE-Lab66.0843-8.604547.4778

#aca348 color RGB value is (172,163,72).

#aca348 hex color red value is 172, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aca348 hue: 0.15 , saturation: 0.41 and the lightness value of aca348 is 0.48.

The process color (four color CMYK) of #aca348 color hex is 0.00, 0.05, 0.58, 0.33. Web safe color of #aca348 is #999933. Color #aca348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 01001000
Octal 254 243 110
Decimal 172 163 72
Hex AC A3 48

RGB Percentages of Color #aca348

%42.26
%40.05
%17.69

CMYK Percentages of Color #aca348

%0
%5
%58
%33

Triadic Colors of #aca348

#aca348 #48aca3 #a348ac

Analogous Colors of #aca348

#aca348 #83ac48 #ac7148

Monochromatic Colors of #aca348

#aca348

Complementary Color

#aca348 #4851ac

#aca348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca348 Color CSS Codes

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

#aca348 Text Font Color

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

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


#aca348 Background Color

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

This div background color is #aca348


#aca348 Border Color

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

This div border color is #aca348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca348


Comments

No comments written yet.

Please login to write comment.