Color Hex Logo

#acb72c Color Hex

#ACB72C
(172,183,44)
0 Favorites   0 Comments

Color spaces of #acb72c

RGB 17218344
HSL0.180.610.45
HSV65°76°72°
CMYK 0.060.000.76   0.28
XYZ34.401442.81958.8347
Yxy42.81950.39980.4976
Hunter Lab65.4366-20.672937.8008
CIE-Lab71.4323-20.535964.1607

#acb72c color RGB value is (172,183,44).

#acb72c hex color red value is 172, green value is 183 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acb72c hue: 0.18 , saturation: 0.61 and the lightness value of acb72c is 0.45.

The process color (four color CMYK) of #acb72c color hex is 0.06, 0.00, 0.76, 0.28. Web safe color of #acb72c is #99cc33. Color #acb72c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 00101100
Octal 254 267 54
Decimal 172 183 44
Hex AC B7 2C

RGB Percentages of Color #acb72c

%43.11
%45.86
%11.03

CMYK Percentages of Color #acb72c

%6
%0
%76
%28

Triadic Colors of #acb72c

#acb72c #2cacb7 #b72cac

Analogous Colors of #acb72c

#acb72c #67b72c #b77d2c

Monochromatic Colors of #acb72c

#acb72c

Complementary Color

#acb72c #372cb7

#acb72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb72c Color CSS Codes

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

#acb72c Text Font Color

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

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


#acb72c Background Color

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

This div background color is #acb72c


#acb72c Border Color

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

This div border color is #acb72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb72c


Comments

No comments written yet.

Please login to write comment.