Color Hex Logo

#acba4f Color Hex

#ACBA4F
(172,186,79)
0 Favorites   0 Comments

Color spaces of #acba4f

RGB 17218679
HSL0.190.440.52
HSV68°58°73°
CMYK 0.080.000.58   0.27
XYZ35.983444.453014.0809
Yxy44.45300.38070.4703
Hunter Lab66.6731-20.341634.1495
CIE-Lab72.5302-19.888051.4990

#acba4f color RGB value is (172,186,79).

#acba4f hex color red value is 172, green value is 186 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #acba4f hue: 0.19 , saturation: 0.44 and the lightness value of acba4f is 0.52.

The process color (four color CMYK) of #acba4f color hex is 0.08, 0.00, 0.58, 0.27. Web safe color of #acba4f is #99cc66. Color #acba4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 01001111
Octal 254 272 117
Decimal 172 186 79
Hex AC BA 4F

RGB Percentages of Color #acba4f

%39.36
%42.56
%18.08

CMYK Percentages of Color #acba4f

%8
%0
%58
%27

Triadic Colors of #acba4f

#acba4f #4facba #ba4fac

Analogous Colors of #acba4f

#acba4f #77ba4f #ba934f

Monochromatic Colors of #acba4f

#acba4f

Complementary Color

#acba4f #5d4fba

#acba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba4f Color CSS Codes

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

#acba4f Text Font Color

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

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


#acba4f Background Color

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

This div background color is #acba4f


#acba4f Border Color

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

This div border color is #acba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba4f


Comments

No comments written yet.

Please login to write comment.