Color Hex Logo

#aba45b Color Hex

#ABA45B
(171,164,91)
0 Favorites   0 Comments

Color spaces of #aba45b

RGB 17116491
HSL0.150.320.51
HSV55°47°67°
CMYK 0.000.040.47   0.33
XYZ31.958435.964215.1549
Yxy35.96420.38470.4329
Hunter Lab59.9702-9.824226.9961
CIE-Lab66.4926-7.886738.5805

#aba45b color RGB value is (171,164,91).

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

The process color (four color CMYK) of #aba45b color hex is 0.00, 0.04, 0.47, 0.33. Web safe color of #aba45b is #999966. Color #aba45b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01011011
Octal 253 244 133
Decimal 171 164 91
Hex AB A4 5B

RGB Percentages of Color #aba45b

%40.14
%38.50
%21.36

CMYK Percentages of Color #aba45b

%0
%4
%47
%33

Triadic Colors of #aba45b

#aba45b #5baba4 #a45bab

Analogous Colors of #aba45b

#aba45b #8aab5b #ab7c5b

Monochromatic Colors of #aba45b

#aba45b

Complementary Color

#aba45b #5b62ab

#aba45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba45b Color CSS Codes

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

#aba45b Text Font Color

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

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


#aba45b Background Color

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

This div background color is #aba45b


#aba45b Border Color

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

This div border color is #aba45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba45b


Comments

No comments written yet.

Please login to write comment.