Color Hex Logo

#aca62b Color Hex

#ACA62B
(172,166,43)
0 Favorites   0 Comments

Color spaces of #aca62b

RGB 17216643
HSL0.160.600.42
HSV57°75°67°
CMYK 0.000.030.75   0.33
XYZ31.085536.21757.6378
Yxy36.21750.41480.4833
Hunter Lab60.1810-13.115534.6020
CIE-Lab66.6858-11.914360.0784

#aca62b color RGB value is (172,166,43).

#aca62b hex color red value is 172, green value is 166 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aca62b hue: 0.16 , saturation: 0.60 and the lightness value of aca62b is 0.42.

The process color (four color CMYK) of #aca62b color hex is 0.00, 0.03, 0.75, 0.33. Web safe color of #aca62b is #999933. Color #aca62b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00101011
Octal 254 246 53
Decimal 172 166 43
Hex AC A6 2B

RGB Percentages of Color #aca62b

%45.14
%43.57
%11.29

CMYK Percentages of Color #aca62b

%0
%3
%75
%33

Triadic Colors of #aca62b

#aca62b #2baca6 #a62bac

Analogous Colors of #aca62b

#aca62b #72ac2b #ac662b

Monochromatic Colors of #aca62b

#aca62b

Complementary Color

#aca62b #2b31ac

#aca62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca62b Color CSS Codes

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

#aca62b Text Font Color

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

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


#aca62b Background Color

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

This div background color is #aca62b


#aca62b Border Color

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

This div border color is #aca62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca62b


Comments

No comments written yet.

Please login to write comment.