Color Hex Logo

#acb53f Color Hex

#ACB53F
(172,181,63)
0 Favorites   0 Comments

Color spaces of #acb53f

RGB 17218163
HSL0.180.480.48
HSV65°65°71°
CMYK 0.050.000.65   0.29
XYZ34.434342.177311.0288
Yxy42.17730.39290.4813
Hunter Lab64.9441-19.008735.3922
CIE-Lab70.9930-18.528856.7585

#acb53f color RGB value is (172,181,63).

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

The process color (four color CMYK) of #acb53f color hex is 0.05, 0.00, 0.65, 0.29. Web safe color of #acb53f is #99cc33. Color #acb53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00111111
Octal 254 265 77
Decimal 172 181 63
Hex AC B5 3F

RGB Percentages of Color #acb53f

%41.35
%43.51
%15.14

CMYK Percentages of Color #acb53f

%5
%0
%65
%29

Triadic Colors of #acb53f

#acb53f #3facb5 #b53fac

Analogous Colors of #acb53f

#acb53f #71b53f #b5833f

Monochromatic Colors of #acb53f

#acb53f

Complementary Color

#acb53f #483fb5

#acb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb53f Color CSS Codes

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

#acb53f Text Font Color

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

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


#acb53f Background Color

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

This div background color is #acb53f


#acb53f Border Color

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

This div border color is #acb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb53f


Comments

No comments written yet.

Please login to write comment.