Color Hex Logo

#acab29 Color Hex

#ACAB29
(172,171,41)
0 Favorites   0 Comments

Color spaces of #acab29

RGB 17217141
HSL0.170.620.42
HSV60°76°67°
CMYK 0.000.010.76   0.33
XYZ31.976438.05667.7581
Yxy38.05660.41110.4892
Hunter Lab61.6900-15.433935.7267
CIE-Lab68.0623-14.587662.0209

#acab29 color RGB value is (172,171,41).

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

The process color (four color CMYK) of #acab29 color hex is 0.00, 0.01, 0.76, 0.33. Web safe color of #acab29 is #999933. Color #acab29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00101001
Octal 254 253 51
Decimal 172 171 41
Hex AC AB 29

RGB Percentages of Color #acab29

%44.79
%44.53
%10.68

CMYK Percentages of Color #acab29

%0
%1
%76
%33

Triadic Colors of #acab29

#acab29 #29acab #ab29ac

Analogous Colors of #acab29

#acab29 #6cac29 #ac6a29

Monochromatic Colors of #acab29

#acab29

Complementary Color

#acab29 #292aac

#acab29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab29 Color CSS Codes

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

#acab29 Text Font Color

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

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


#acab29 Background Color

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

This div background color is #acab29


#acab29 Border Color

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

This div border color is #acab29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab29


Comments

No comments written yet.

Please login to write comment.