Color Hex Logo

#aba64d Color Hex

#ABA64D
(171,166,77)
0 Favorites   0 Comments

Color spaces of #aba64d

RGB 17116677
HSL0.160.380.49
HSV57°55°67°
CMYK 0.000.030.55   0.33
XYZ31.770436.466212.3854
Yxy36.46620.39410.4523
Hunter Lab60.3873-11.766930.1107
CIE-Lab66.8746-10.216645.9822

#aba64d color RGB value is (171,166,77).

#aba64d hex color red value is 171, green value is 166 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aba64d hue: 0.16 , saturation: 0.38 and the lightness value of aba64d is 0.49.

The process color (four color CMYK) of #aba64d color hex is 0.00, 0.03, 0.55, 0.33. Web safe color of #aba64d is #999966. Color #aba64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01001101
Octal 253 246 115
Decimal 171 166 77
Hex AB A6 4D

RGB Percentages of Color #aba64d

%41.30
%40.10
%18.60

CMYK Percentages of Color #aba64d

%0
%3
%55
%33

Triadic Colors of #aba64d

#aba64d #4daba6 #a64dab

Analogous Colors of #aba64d

#aba64d #81ab4d #ab774d

Monochromatic Colors of #aba64d

#aba64d

Complementary Color

#aba64d #4d52ab

#aba64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba64d Color CSS Codes

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

#aba64d Text Font Color

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

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


#aba64d Background Color

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

This div background color is #aba64d


#aba64d Border Color

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

This div border color is #aba64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba64d


Comments

No comments written yet.

Please login to write comment.