Color Hex Logo

#aca750 Color Hex

#ACA750
(172,167,80)
0 Favorites   0 Comments

Color spaces of #aca750

RGB 17216780
HSL0.160.370.49
HSV57°53°67°
CMYK 0.000.030.53   0.33
XYZ32.279936.987313.0273
Yxy36.98730.39220.4495
Hunter Lab60.8172-11.687729.8719
CIE-Lab67.2675-10.065045.0136

#aca750 color RGB value is (172,167,80).

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

The process color (four color CMYK) of #aca750 color hex is 0.00, 0.03, 0.53, 0.33. Web safe color of #aca750 is #999966. Color #aca750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01010000
Octal 254 247 120
Decimal 172 167 80
Hex AC A7 50

RGB Percentages of Color #aca750

%41.05
%39.86
%19.09

CMYK Percentages of Color #aca750

%0
%3
%53
%33

Triadic Colors of #aca750

#aca750 #50aca7 #a750ac

Analogous Colors of #aca750

#aca750 #83ac50 #ac7950

Monochromatic Colors of #aca750

#aca750

Complementary Color

#aca750 #5055ac

#aca750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca750 Color CSS Codes

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

#aca750 Text Font Color

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

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


#aca750 Background Color

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

This div background color is #aca750


#aca750 Border Color

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

This div border color is #aca750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca750


Comments

No comments written yet.

Please login to write comment.