Color Hex Logo

#acb322 Color Hex

#ACB322
(172,179,34)
0 Favorites   0 Comments

Color spaces of #acb322

RGB 17217934
HSL0.170.680.42
HSV63°81°70°
CMYK 0.040.000.81   0.30
XYZ33.422141.12637.6900
Yxy41.12630.40640.5001
Hunter Lab64.1298-19.199537.7812
CIE-Lab70.2643-18.915366.0608

#acb322 color RGB value is (172,179,34).

#acb322 hex color red value is 172, green value is 179 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #acb322 hue: 0.17 , saturation: 0.68 and the lightness value of acb322 is 0.42.

The process color (four color CMYK) of #acb322 color hex is 0.04, 0.00, 0.81, 0.30. Web safe color of #acb322 is #99cc33. Color #acb322 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00100010
Octal 254 263 42
Decimal 172 179 34
Hex AC B3 22

RGB Percentages of Color #acb322

%44.68
%46.49
%8.83

CMYK Percentages of Color #acb322

%4
%0
%81
%30

Triadic Colors of #acb322

#acb322 #22acb3 #b322ac

Analogous Colors of #acb322

#acb322 #64b322 #b37222

Monochromatic Colors of #acb322

#acb322

Complementary Color

#acb322 #2922b3

#acb322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb322 Color CSS Codes

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

#acb322 Text Font Color

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

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


#acb322 Background Color

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

This div background color is #acb322


#acb322 Border Color

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

This div border color is #acb322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb322


Comments

No comments written yet.

Please login to write comment.