Color Hex Logo

#acb54e Color Hex

#ACB54E
(172,181,78)
0 Favorites   0 Comments

Color spaces of #acb54e

RGB 17218178
HSL0.180.410.51
HSV65°57°71°
CMYK 0.050.000.57   0.29
XYZ34.912342.368513.5456
Yxy42.36850.38440.4665
Hunter Lab65.0911-18.169033.2254
CIE-Lab71.1242-17.452850.3731

#acb54e color RGB value is (172,181,78).

#acb54e hex color red value is 172, green value is 181 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acb54e hue: 0.18 , saturation: 0.41 and the lightness value of acb54e is 0.51.

The process color (four color CMYK) of #acb54e color hex is 0.05, 0.00, 0.57, 0.29. Web safe color of #acb54e is #99cc66. Color #acb54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 01001110
Octal 254 265 116
Decimal 172 181 78
Hex AC B5 4E

RGB Percentages of Color #acb54e

%39.91
%42.00
%18.10

CMYK Percentages of Color #acb54e

%5
%0
%57
%29

Triadic Colors of #acb54e

#acb54e #4eacb5 #b54eac

Analogous Colors of #acb54e

#acb54e #79b54e #b58b4e

Monochromatic Colors of #acb54e

#acb54e

Complementary Color

#acb54e #574eb5

#acb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb54e Color CSS Codes

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

#acb54e Text Font Color

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

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


#acb54e Background Color

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

This div background color is #acb54e


#acb54e Border Color

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

This div border color is #acb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb54e


Comments

No comments written yet.

Please login to write comment.