Color Hex Logo

#aca725 Color Hex

#ACA725
(172,167,37)
0 Favorites   0 Comments

Color spaces of #aca725

RGB 17216737
HSL0.160.650.41
HSV58°78°67°
CMYK 0.000.030.78   0.33
XYZ31.165936.54177.1609
Yxy36.54170.41630.4881
Hunter Lab60.4497-13.758335.2913
CIE-Lab66.9318-12.677962.2563

#aca725 color RGB value is (172,167,37).

#aca725 hex color red value is 172, green value is 167 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #aca725 hue: 0.16 , saturation: 0.65 and the lightness value of aca725 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00100101
Octal 254 247 45
Decimal 172 167 37
Hex AC A7 25

RGB Percentages of Color #aca725

%45.74
%44.41
%9.84

CMYK Percentages of Color #aca725

%0
%3
%78
%33

Triadic Colors of #aca725

#aca725 #25aca7 #a725ac

Analogous Colors of #aca725

#aca725 #6eac25 #ac6425

Monochromatic Colors of #aca725

#aca725

Complementary Color

#aca725 #252aac

#aca725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca725 Color CSS Codes

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

#aca725 Text Font Color

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

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


#aca725 Background Color

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

This div background color is #aca725


#aca725 Border Color

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

This div border color is #aca725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca725


Comments

No comments written yet.

Please login to write comment.