color codes Logo

#acb52d color codes

#ACB52D
(172,181,45)
0 Favorites   0 Comments

Color spaces of #acb52d

RGB 17218145
HSL0.180.600.44
HSV64°75°71°
CMYK 0.050.000.75   0.29
XYZ34.010842.00798.7984
Yxy42.00790.40100.4953
Hunter Lab64.8135-19.756037.3209
CIE-Lab70.8764-19.493463.3210

#acb52d color RGB value is (172,181,45).

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

The process color (four color CMYK) of #acb52d color code is 0.05, 0.00, 0.75, 0.29. Web safe color of #acb52d is #99cc33. Color #acb52d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00101101
Octal 254 265 55
Decimal 172 181 45
Hex AC B5 2D

RGB Percentages of Color #acb52d

%43.22
%45.48
%11.31

CMYK Percentages of Color #acb52d

%5
%0
%75
%29

Triadic Colors of #acb52d

#acb52d #2dacb5 #b52dac

Analogous Colors of #acb52d

#acb52d #68b52d #b57a2d

Monochromatic Colors of #acb52d

#acb52d

Complementary Color

#acb52d #362db5

#acb52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb52d Color CSS Codes

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

#acb52d Text Font Color

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

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


#acb52d Background Color

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

This div background color is #acb52d


#acb52d Border Color

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

This div border color is #acb52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb52d


Comments

No comments written yet.

Please login to write comment.