Color Hex Logo

#acb24f Color Hex

#ACB24F
(172,178,79)
0 Favorites   0 Comments

Color spaces of #acb24f

RGB 17217879
HSL0.180.390.50
HSV64°56°70°
CMYK 0.030.000.56   0.30
XYZ34.344941.176013.5347
Yxy41.17600.38570.4624
Hunter Lab64.1685-16.756432.4123
CIE-Lab70.2991-15.846548.9772

#acb24f color RGB value is (172,178,79).

#acb24f hex color red value is 172, green value is 178 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #acb24f hue: 0.18 , saturation: 0.39 and the lightness value of acb24f is 0.50.

The process color (four color CMYK) of #acb24f color hex is 0.03, 0.00, 0.56, 0.30. Web safe color of #acb24f is #999966. Color #acb24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01001111
Octal 254 262 117
Decimal 172 178 79
Hex AC B2 4F

RGB Percentages of Color #acb24f

%40.09
%41.49
%18.41

CMYK Percentages of Color #acb24f

%3
%0
%56
%30

Triadic Colors of #acb24f

#acb24f #4facb2 #b24fac

Analogous Colors of #acb24f

#acb24f #7bb24f #b2874f

Monochromatic Colors of #acb24f

#acb24f

Complementary Color

#acb24f #554fb2

#acb24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb24f Color CSS Codes

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

#acb24f Text Font Color

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

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


#acb24f Background Color

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

This div background color is #acb24f


#acb24f Border Color

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

This div border color is #acb24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb24f


Comments

No comments written yet.

Please login to write comment.