Color Hex Logo

#aca93d Color Hex

#ACA93D
(172,169,61)
0 Favorites   0 Comments

Color spaces of #aca93d

RGB 17216961
HSL0.160.480.46
HSV58°65°67°
CMYK 0.000.020.65   0.33
XYZ32.043537.48359.9610
Yxy37.48350.40310.4716
Hunter Lab61.2238-13.717733.2103
CIE-Lab67.6382-12.516554.0859

#aca93d color RGB value is (172,169,61).

#aca93d hex color red value is 172, green value is 169 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aca93d hue: 0.16 , saturation: 0.48 and the lightness value of aca93d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 00111101
Octal 254 251 75
Decimal 172 169 61
Hex AC A9 3D

RGB Percentages of Color #aca93d

%42.79
%42.04
%15.17

CMYK Percentages of Color #aca93d

%0
%2
%65
%33

Triadic Colors of #aca93d

#aca93d #3daca9 #a93dac

Analogous Colors of #aca93d

#aca93d #78ac3d #ac723d

Monochromatic Colors of #aca93d

#aca93d

Complementary Color

#aca93d #3d40ac

#aca93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca93d Color CSS Codes

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

#aca93d Text Font Color

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

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


#aca93d Background Color

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

This div background color is #aca93d


#aca93d Border Color

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

This div border color is #aca93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca93d


Comments

No comments written yet.

Please login to write comment.