Color Hex Logo

#acac2f Color Hex

#ACAC2F
(172,172,47)
0 Favorites   0 Comments

Color spaces of #acac2f

RGB 17217247
HSL0.170.570.43
HSV60°73°67°
CMYK 0.000.000.73   0.33
XYZ32.278938.48098.4156
Yxy38.48090.40770.4860
Hunter Lab62.0330-15.675135.3796
CIE-Lab68.3736-14.836160.2784

#acac2f color RGB value is (172,172,47).

#acac2f hex color red value is 172, green value is 172 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #acac2f hue: 0.17 , saturation: 0.57 and the lightness value of acac2f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00101111
Octal 254 254 57
Decimal 172 172 47
Hex AC AC 2F

RGB Percentages of Color #acac2f

%43.99
%43.99
%12.02

CMYK Percentages of Color #acac2f

%0
%0
%73
%33

Triadic Colors of #acac2f

#acac2f #2facac #ac2fac

Analogous Colors of #acac2f

#acac2f #6eac2f #ac6e2f

Monochromatic Colors of #acac2f

#acac2f

Complementary Color

#acac2f #2f2fac

#acac2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac2f Color CSS Codes

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

#acac2f Text Font Color

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

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


#acac2f Background Color

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

This div background color is #acac2f


#acac2f Border Color

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

This div border color is #acac2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac2f


Comments

No comments written yet.

Please login to write comment.