Color Hex Logo

#acb95a Color Hex

#ACB95A
(172,185,90)
0 Favorites   0 Comments

Color spaces of #acb95a

RGB 17218590
HSL0.190.400.54
HSV68°51°73°
CMYK 0.070.000.51   0.27
XYZ36.207744.206816.2973
Yxy44.20680.37440.4571
Hunter Lab66.4882-19.148032.0088
CIE-Lab72.3665-18.432346.1665

#acb95a color RGB value is (172,185,90).

#acb95a hex color red value is 172, green value is 185 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acb95a hue: 0.19 , saturation: 0.40 and the lightness value of acb95a is 0.54.

The process color (four color CMYK) of #acb95a color hex is 0.07, 0.00, 0.51, 0.27. Web safe color of #acb95a is #99cc66. Color #acb95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01011010
Octal 254 271 132
Decimal 172 185 90
Hex AC B9 5A

RGB Percentages of Color #acb95a

%38.48
%41.39
%20.13

CMYK Percentages of Color #acb95a

%7
%0
%51
%27

Triadic Colors of #acb95a

#acb95a #5aacb9 #b95aac

Analogous Colors of #acb95a

#acb95a #7db95a #b9975a

Monochromatic Colors of #acb95a

#acb95a

Complementary Color

#acb95a #675ab9

#acb95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb95a Color CSS Codes

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

#acb95a Text Font Color

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

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


#acb95a Background Color

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

This div background color is #acb95a


#acb95a Border Color

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

This div border color is #acb95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb95a


Comments

No comments written yet.

Please login to write comment.