Color Hex Logo

#acb51f Color Hex

#ACB51F
(172,181,31)
0 Favorites   0 Comments

Color spaces of #acb51f

RGB 17218131
HSL0.180.710.42
HSV64°83°71°
CMYK 0.050.000.83   0.29
XYZ33.784541.91737.6065
Yxy41.91730.40550.5032
Hunter Lab64.7436-20.156438.3547
CIE-Lab70.8139-20.013167.3086

#acb51f color RGB value is (172,181,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00011111
Octal 254 265 37
Decimal 172 181 31
Hex AC B5 1F

RGB Percentages of Color #acb51f

%44.79
%47.14
%8.07

CMYK Percentages of Color #acb51f

%5
%0
%83
%29

Triadic Colors of #acb51f

#acb51f #1facb5 #b51fac

Analogous Colors of #acb51f

#acb51f #61b51f #b5731f

Monochromatic Colors of #acb51f

#acb51f

Complementary Color

#acb51f #281fb5

#acb51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb51f Color CSS Codes

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

#acb51f Text Font Color

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

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


#acb51f Background Color

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

This div background color is #acb51f


#acb51f Border Color

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

This div border color is #acb51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb51f


Comments

No comments written yet.

Please login to write comment.