Color Hex Logo

#acb45a Color Hex

#ACB45A
(172,180,90)
0 Favorites   0 Comments

Color spaces of #acb45a

RGB 17218090
HSL0.180.380.53
HSV65°50°71°
CMYK 0.040.000.50   0.29
XYZ35.180042.151415.9547
Yxy42.15140.37710.4519
Hunter Lab64.9241-16.894630.8767
CIE-Lab70.9752-15.897444.5170

#acb45a color RGB value is (172,180,90).

#acb45a hex color red value is 172, green value is 180 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acb45a hue: 0.18 , saturation: 0.38 and the lightness value of acb45a is 0.53.

The process color (four color CMYK) of #acb45a color hex is 0.04, 0.00, 0.50, 0.29. Web safe color of #acb45a is #99cc66. Color #acb45a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01011010
Octal 254 264 132
Decimal 172 180 90
Hex AC B4 5A

RGB Percentages of Color #acb45a

%38.91
%40.72
%20.36

CMYK Percentages of Color #acb45a

%4
%0
%50
%29

Triadic Colors of #acb45a

#acb45a #5aacb4 #b45aac

Analogous Colors of #acb45a

#acb45a #7fb45a #b48f5a

Monochromatic Colors of #acb45a

#acb45a

Complementary Color

#acb45a #625ab4

#acb45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb45a Color CSS Codes

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

#acb45a Text Font Color

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

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


#acb45a Background Color

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

This div background color is #acb45a


#acb45a Border Color

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

This div border color is #acb45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb45a


Comments

No comments written yet.

Please login to write comment.