Color Hex Logo

#acb82f Color Hex

#ACB82F
(172,184,47)
0 Favorites   0 Comments

Color spaces of #acb82f

RGB 17218447
HSL0.180.590.45
HSV65°74°72°
CMYK 0.070.000.74   0.28
XYZ34.666843.25699.2116
Yxy43.25690.39790.4964
Hunter Lab65.7700-21.011637.7350
CIE-Lab71.7290-20.900863.4581

#acb82f color RGB value is (172,184,47).

#acb82f hex color red value is 172, green value is 184 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #acb82f hue: 0.18 , saturation: 0.59 and the lightness value of acb82f is 0.45.

The process color (four color CMYK) of #acb82f color hex is 0.07, 0.00, 0.74, 0.28. Web safe color of #acb82f is #99cc33. Color #acb82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 00101111
Octal 254 270 57
Decimal 172 184 47
Hex AC B8 2F

RGB Percentages of Color #acb82f

%42.68
%45.66
%11.66

CMYK Percentages of Color #acb82f

%7
%0
%74
%28

Triadic Colors of #acb82f

#acb82f #2facb8 #b82fac

Analogous Colors of #acb82f

#acb82f #68b82f #b8802f

Monochromatic Colors of #acb82f

#acb82f

Complementary Color

#acb82f #3b2fb8

#acb82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb82f Color CSS Codes

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

#acb82f Text Font Color

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

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


#acb82f Background Color

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

This div background color is #acb82f


#acb82f Border Color

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

This div border color is #acb82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb82f


Comments

No comments written yet.

Please login to write comment.