Color Hex Logo

#aba44b Color Hex

#ABA44B
(171,164,75)
0 Favorites   0 Comments

Color spaces of #aba44b

RGB 17116475
HSL0.150.390.48
HSV56°56°67°
CMYK 0.000.040.56   0.33
XYZ31.340035.716811.8989
Yxy35.71680.39690.4524
Hunter Lab59.7635-10.980830.0299
CIE-Lab66.3030-9.326746.2824

#aba44b color RGB value is (171,164,75).

#aba44b hex color red value is 171, green value is 164 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aba44b hue: 0.15 , saturation: 0.39 and the lightness value of aba44b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01001011
Octal 253 244 113
Decimal 171 164 75
Hex AB A4 4B

RGB Percentages of Color #aba44b

%41.71
%40.00
%18.29

CMYK Percentages of Color #aba44b

%0
%4
%56
%33

Triadic Colors of #aba44b

#aba44b #4baba4 #a44bab

Analogous Colors of #aba44b

#aba44b #82ab4b #ab744b

Monochromatic Colors of #aba44b

#aba44b

Complementary Color

#aba44b #4b52ab

#aba44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba44b Color CSS Codes

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

#aba44b Text Font Color

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

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


#aba44b Background Color

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

This div background color is #aba44b


#aba44b Border Color

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

This div border color is #aba44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba44b


Comments

No comments written yet.

Please login to write comment.