Color Hex Logo

#aca038 Color Hex

#ACA038
(172,160,56)
0 Favorites   0 Comments

Color spaces of #aca038

RGB 17216056
HSL0.150.510.45
HSV54°67°67°
CMYK 0.000.070.67   0.33
XYZ30.297934.19788.7453
Yxy34.19780.41370.4669
Hunter Lab58.4789-9.857232.0686
CIE-Lab65.1193-8.096553.5693

#aca038 color RGB value is (172,160,56).

#aca038 hex color red value is 172, green value is 160 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aca038 hue: 0.15 , saturation: 0.51 and the lightness value of aca038 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 00111000
Octal 254 240 70
Decimal 172 160 56
Hex AC A0 38

RGB Percentages of Color #aca038

%44.33
%41.24
%14.43

CMYK Percentages of Color #aca038

%0
%7
%67
%33

Triadic Colors of #aca038

#aca038 #38aca0 #a038ac

Analogous Colors of #aca038

#aca038 #7eac38 #ac6638

Monochromatic Colors of #aca038

#aca038

Complementary Color

#aca038 #3844ac

#aca038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca038 Color CSS Codes

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

#aca038 Text Font Color

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

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


#aca038 Background Color

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

This div background color is #aca038


#aca038 Border Color

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

This div border color is #aca038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca038


Comments

No comments written yet.

Please login to write comment.