Color Hex Logo

#acb35a Color Hex

#ACB35A
(172,179,90)
0 Favorites   0 Comments

Color spaces of #acb35a

RGB 17217990
HSL0.180.370.53
HSV65°50°70°
CMYK 0.040.000.50   0.30
XYZ34.978841.749015.8877
Yxy41.74900.37770.4508
Hunter Lab64.6135-16.441830.6507
CIE-Lab70.6975-15.386344.1861

#acb35a color RGB value is (172,179,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 01011010
Octal 254 263 132
Decimal 172 179 90
Hex AC B3 5A

RGB Percentages of Color #acb35a

%39.00
%40.59
%20.41

CMYK Percentages of Color #acb35a

%4
%0
%50
%30

Triadic Colors of #acb35a

#acb35a #5aacb3 #b35aac

Analogous Colors of #acb35a

#acb35a #80b35a #b38e5a

Monochromatic Colors of #acb35a

#acb35a

Complementary Color

#acb35a #615ab3

#acb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb35a Color CSS Codes

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

#acb35a Text Font Color

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

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


#acb35a Background Color

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

This div background color is #acb35a


#acb35a Border Color

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

This div border color is #acb35a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,179,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 #acb35a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb35a


Comments

No comments written yet.

Please login to write comment.