Color Hex Logo

#acb629 Color Hex

#ACB629
(172,182,41)
0 Favorites   0 Comments

Color spaces of #acb629

RGB 17218241
HSL0.180.630.44
HSV64°77°71°
CMYK 0.050.000.77   0.29
XYZ34.141442.38668.4798
Yxy42.38660.40160.4986
Hunter Lab65.1050-20.327437.8511
CIE-Lab71.1366-20.161564.8263

#acb629 color RGB value is (172,182,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 00101001
Octal 254 266 51
Decimal 172 182 41
Hex AC B6 29

RGB Percentages of Color #acb629

%43.54
%46.08
%10.38

CMYK Percentages of Color #acb629

%5
%0
%77
%29

Triadic Colors of #acb629

#acb629 #29acb6 #b629ac

Analogous Colors of #acb629

#acb629 #66b629 #b67a29

Monochromatic Colors of #acb629

#acb629

Complementary Color

#acb629 #3329b6

#acb629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb629 Color CSS Codes

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

#acb629 Text Font Color

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

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


#acb629 Background Color

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

This div background color is #acb629


#acb629 Border Color

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

This div border color is #acb629


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,182,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 #acb629">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb629


Comments

No comments written yet.

Please login to write comment.