Color Hex Logo

#aba422 Color Hex

#ABA422
(171,164,34)
0 Favorites   0 Comments

Color spaces of #aba422

RGB 17116434
HSL0.160.670.40
HSV57°80°67°
CMYK 0.000.040.80   0.33
XYZ30.358835.32436.7316
Yxy35.32430.41920.4878
Hunter Lab59.4342-12.832834.8887
CIE-Lab66.0004-11.665662.2970

#aba422 color RGB value is (171,164,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 00100010
Octal 253 244 42
Decimal 171 164 34
Hex AB A4 22

RGB Percentages of Color #aba422

%46.34
%44.44
%9.21

CMYK Percentages of Color #aba422

%0
%4
%80
%33

Triadic Colors of #aba422

#aba422 #22aba4 #a422ab

Analogous Colors of #aba422

#aba422 #6eab22 #ab6022

Monochromatic Colors of #aba422

#aba422

Complementary Color

#aba422 #2229ab

#aba422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba422 Color CSS Codes

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

#aba422 Text Font Color

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

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


#aba422 Background Color

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

This div background color is #aba422


#aba422 Border Color

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

This div border color is #aba422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba422


Comments

No comments written yet.

Please login to write comment.