Color Hex Logo

#aba229 Color Hex

#ABA229
(171,162,41)
0 Favorites   0 Comments

Color spaces of #aba229

RGB 17116241
HSL0.160.610.42
HSV56°76°67°
CMYK 0.000.050.76   0.33
XYZ30.115234.65877.2004
Yxy34.65870.41840.4815
Hunter Lab58.8716-11.715533.9586
CIE-Lab65.4821-10.348259.6086

#aba229 color RGB value is (171,162,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00101001
Octal 253 242 51
Decimal 171 162 41
Hex AB A2 29

RGB Percentages of Color #aba229

%45.72
%43.32
%10.96

CMYK Percentages of Color #aba229

%0
%5
%76
%33

Triadic Colors of #aba229

#aba229 #29aba2 #a229ab

Analogous Colors of #aba229

#aba229 #73ab29 #ab6129

Monochromatic Colors of #aba229

#aba229

Complementary Color

#aba229 #2932ab

#aba229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba229 Color CSS Codes

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

#aba229 Text Font Color

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

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


#aba229 Background Color

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

This div background color is #aba229


#aba229 Border Color

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

This div border color is #aba229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba229


Comments

No comments written yet.

Please login to write comment.