Color Hex Logo

#aca51a Color Hex

#ACA51A
(172,165,26)
0 Favorites   0 Comments

Color spaces of #aca51a

RGB 17216526
HSL0.160.740.39
HSV57°85°67°
CMYK 0.000.040.85   0.33
XYZ30.654835.75556.2631
Yxy35.75550.42180.4920
Hunter Lab59.7959-13.133535.6470
CIE-Lab66.3327-11.990864.7489

#aca51a color RGB value is (172,165,26).

#aca51a hex color red value is 172, green value is 165 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aca51a hue: 0.16 , saturation: 0.74 and the lightness value of aca51a is 0.39.

The process color (four color CMYK) of #aca51a color hex is 0.00, 0.04, 0.85, 0.33. Web safe color of #aca51a is #999933. Color #aca51a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00011010
Octal 254 245 32
Decimal 172 165 26
Hex AC A5 1A

RGB Percentages of Color #aca51a

%47.38
%45.45
%7.16

CMYK Percentages of Color #aca51a

%0
%4
%85
%33

Triadic Colors of #aca51a

#aca51a #1aaca5 #a51aac

Analogous Colors of #aca51a

#aca51a #6aac1a #ac5c1a

Monochromatic Colors of #aca51a

#aca51a

Complementary Color

#aca51a #1a21ac

#aca51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca51a Color CSS Codes

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

#aca51a Text Font Color

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

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


#aca51a Background Color

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

This div background color is #aca51a


#aca51a Border Color

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

This div border color is #aca51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca51a


Comments

No comments written yet.

Please login to write comment.