Color Hex Logo

#aba329 Color Hex

#ABA329
(171,163,41)
0 Favorites   0 Comments

Color spaces of #aba329

RGB 17116341
HSL0.160.610.42
HSV56°76°67°
CMYK 0.000.050.76   0.33
XYZ30.292035.01247.2593
Yxy35.01240.41750.4825
Hunter Lab59.1713-12.168934.1460
CIE-Lab65.7583-10.873159.8650

#aba329 color RGB value is (171,163,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00101001
Octal 253 243 51
Decimal 171 163 41
Hex AB A3 29

RGB Percentages of Color #aba329

%45.60
%43.47
%10.93

CMYK Percentages of Color #aba329

%0
%5
%76
%33

Triadic Colors of #aba329

#aba329 #29aba3 #a329ab

Analogous Colors of #aba329

#aba329 #72ab29 #ab6229

Monochromatic Colors of #aba329

#aba329

Complementary Color

#aba329 #2931ab

#aba329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba329 Color CSS Codes

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

#aba329 Text Font Color

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

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


#aba329 Background Color

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

This div background color is #aba329


#aba329 Border Color

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

This div border color is #aba329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba329


Comments

No comments written yet.

Please login to write comment.