Color Hex Logo

#acb93f Color Hex

#ACB93F
(172,185,63)
0 Favorites   0 Comments

Color spaces of #acb93f

RGB 17218563
HSL0.180.490.49
HSV66°66°73°
CMYK 0.070.000.66   0.27
XYZ35.259443.827511.3038
Yxy43.82750.39010.4849
Hunter Lab66.2023-20.784936.2181
CIE-Lab72.1130-20.532157.9212

#acb93f color RGB value is (172,185,63).

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

The process color (four color CMYK) of #acb93f color hex is 0.07, 0.00, 0.66, 0.27. Web safe color of #acb93f is #99cc33. Color #acb93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00111111
Octal 254 271 77
Decimal 172 185 63
Hex AC B9 3F

RGB Percentages of Color #acb93f

%40.95
%44.05
%15.00

CMYK Percentages of Color #acb93f

%7
%0
%66
%27

Triadic Colors of #acb93f

#acb93f #3facb9 #b93fac

Analogous Colors of #acb93f

#acb93f #6fb93f #b9893f

Monochromatic Colors of #acb93f

#acb93f

Complementary Color

#acb93f #4c3fb9

#acb93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb93f Color CSS Codes

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

#acb93f Text Font Color

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

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


#acb93f Background Color

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

This div background color is #acb93f


#acb93f Border Color

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

This div border color is #acb93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb93f


Comments

No comments written yet.

Please login to write comment.