Color Hex Logo

#aba424 Color Hex

#ABA424
(171,164,36)
0 Favorites   0 Comments

Color spaces of #aba424

RGB 17116436
HSL0.160.650.41
HSV57°79°67°
CMYK 0.000.040.79   0.33
XYZ30.388535.33626.8880
Yxy35.33620.41850.4866
Hunter Lab59.4443-12.776534.7409
CIE-Lab66.0096-11.593961.7051

#aba424 color RGB value is (171,164,36).

#aba424 hex color red value is 171, green value is 164 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #aba424 hue: 0.16 , saturation: 0.65 and the lightness value of aba424 is 0.41.

The process color (four color CMYK) of #aba424 color hex is 0.00, 0.04, 0.79, 0.33. Web safe color of #aba424 is #999933. Color #aba424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 00100100
Octal 253 244 44
Decimal 171 164 36
Hex AB A4 24

RGB Percentages of Color #aba424

%46.09
%44.20
%9.70

CMYK Percentages of Color #aba424

%0
%4
%79
%33

Triadic Colors of #aba424

#aba424 #24aba4 #a424ab

Analogous Colors of #aba424

#aba424 #6fab24 #ab6124

Monochromatic Colors of #aba424

#aba424

Complementary Color

#aba424 #242bab

#aba424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba424 Color CSS Codes

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

#aba424 Text Font Color

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

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


#aba424 Background Color

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

This div background color is #aba424


#aba424 Border Color

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

This div border color is #aba424


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,164,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba424


Comments

No comments written yet.

Please login to write comment.