Color Hex Logo

#aca83d Color Hex

#ACA83D
(172,168,61)
0 Favorites   0 Comments

Color spaces of #aca83d

RGB 17216861
HSL0.160.480.46
HSV58°65°67°
CMYK 0.000.020.65   0.33
XYZ31.858237.11289.8993
Yxy37.11280.40390.4706
Hunter Lab60.9203-13.264133.0098
CIE-Lab67.3616-11.996253.7954

#aca83d color RGB value is (172,168,61).

#aca83d hex color red value is 172, green value is 168 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aca83d hue: 0.16 , saturation: 0.48 and the lightness value of aca83d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00111101
Octal 254 250 75
Decimal 172 168 61
Hex AC A8 3D

RGB Percentages of Color #aca83d

%42.89
%41.90
%15.21

CMYK Percentages of Color #aca83d

%0
%2
%65
%33

Triadic Colors of #aca83d

#aca83d #3daca8 #a83dac

Analogous Colors of #aca83d

#aca83d #79ac3d #ac713d

Monochromatic Colors of #aca83d

#aca83d

Complementary Color

#aca83d #3d41ac

#aca83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca83d Color CSS Codes

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

#aca83d Text Font Color

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

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


#aca83d Background Color

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

This div background color is #aca83d


#aca83d Border Color

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

This div border color is #aca83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca83d


Comments

No comments written yet.

Please login to write comment.