Color Hex Logo

#acb429 Color Hex

#ACB429
(172,180,41)
0 Favorites   0 Comments

Color spaces of #acb429

RGB 17218041
HSL0.180.630.43
HSV63°77°71°
CMYK 0.040.000.77   0.29
XYZ33.734841.57338.3443
Yxy41.57330.40330.4970
Hunter Lab64.4774-19.443537.4612
CIE-Lab70.5757-19.160464.3166

#acb429 color RGB value is (172,180,41).

#acb429 hex color red value is 172, green value is 180 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #acb429 hue: 0.18 , saturation: 0.63 and the lightness value of acb429 is 0.43.

The process color (four color CMYK) of #acb429 color hex is 0.04, 0.00, 0.77, 0.29. Web safe color of #acb429 is #99cc33. Color #acb429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 00101001
Octal 254 264 51
Decimal 172 180 41
Hex AC B4 29

RGB Percentages of Color #acb429

%43.77
%45.80
%10.43

CMYK Percentages of Color #acb429

%4
%0
%77
%29

Triadic Colors of #acb429

#acb429 #29acb4 #b429ac

Analogous Colors of #acb429

#acb429 #67b429 #b47729

Monochromatic Colors of #acb429

#acb429

Complementary Color

#acb429 #3129b4

#acb429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb429 Color CSS Codes

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

#acb429 Text Font Color

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

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


#acb429 Background Color

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

This div background color is #acb429


#acb429 Border Color

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

This div border color is #acb429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb429


Comments

No comments written yet.

Please login to write comment.