Color Hex Logo

#acb220 Color Hex

#ACB220
(172,178,32)
0 Favorites   0 Comments

Color spaces of #acb220

RGB 17217832
HSL0.170.700.41
HSV62°82°70°
CMYK 0.030.000.82   0.30
XYZ33.194440.71577.4759
Yxy40.71570.40790.5003
Hunter Lab63.8089-18.806937.7197
CIE-Lab69.9763-18.477066.3386

#acb220 color RGB value is (172,178,32).

#acb220 hex color red value is 172, green value is 178 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #acb220 hue: 0.17 , saturation: 0.70 and the lightness value of acb220 is 0.41.

The process color (four color CMYK) of #acb220 color hex is 0.03, 0.00, 0.82, 0.30. Web safe color of #acb220 is #999933. Color #acb220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00100000
Octal 254 262 40
Decimal 172 178 32
Hex AC B2 20

RGB Percentages of Color #acb220

%45.03
%46.60
%8.38

CMYK Percentages of Color #acb220

%3
%0
%82
%30

Triadic Colors of #acb220

#acb220 #20acb2 #b220ac

Analogous Colors of #acb220

#acb220 #63b220 #b26f20

Monochromatic Colors of #acb220

#acb220

Complementary Color

#acb220 #2620b2

#acb220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb220 Color CSS Codes

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

#acb220 Text Font Color

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

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


#acb220 Background Color

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

This div background color is #acb220


#acb220 Border Color

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

This div border color is #acb220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb220


Comments

No comments written yet.

Please login to write comment.