Color Hex Logo

#acb221 Color Hex

#ACB221
(172,178,33)
0 Favorites   0 Comments

Color spaces of #acb221

RGB 17217833
HSL0.170.690.41
HSV62°81°70°
CMYK 0.030.000.81   0.30
XYZ33.208240.72137.5486
Yxy40.72130.40760.4998
Hunter Lab63.8132-18.782437.6557
CIE-Lab69.9802-18.445266.0808

#acb221 color RGB value is (172,178,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00100001
Octal 254 262 41
Decimal 172 178 33
Hex AC B2 21

RGB Percentages of Color #acb221

%44.91
%46.48
%8.62

CMYK Percentages of Color #acb221

%3
%0
%81
%30

Triadic Colors of #acb221

#acb221 #21acb2 #b221ac

Analogous Colors of #acb221

#acb221 #64b221 #b27021

Monochromatic Colors of #acb221

#acb221

Complementary Color

#acb221 #2721b2

#acb221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb221 Color CSS Codes

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

#acb221 Text Font Color

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

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


#acb221 Background Color

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

This div background color is #acb221


#acb221 Border Color

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

This div border color is #acb221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb221


Comments

No comments written yet.

Please login to write comment.