Color Hex Logo

#aba74d Color Hex

#ABA74D
(171,167,77)
0 Favorites   0 Comments

Color spaces of #aba74d

RGB 17116777
HSL0.160.380.49
HSV57°55°67°
CMYK 0.000.020.55   0.33
XYZ31.952936.831212.4462
Yxy36.83120.39340.4534
Hunter Lab60.6887-12.224130.3228
CIE-Lab67.1502-10.741346.2990

#aba74d color RGB value is (171,167,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01001101
Octal 253 247 115
Decimal 171 167 77
Hex AB A7 4D

RGB Percentages of Color #aba74d

%41.20
%40.24
%18.55

CMYK Percentages of Color #aba74d

%0
%2
%55
%33

Triadic Colors of #aba74d

#aba74d #4daba7 #a74dab

Analogous Colors of #aba74d

#aba74d #80ab4d #ab784d

Monochromatic Colors of #aba74d

#aba74d

Complementary Color

#aba74d #4d51ab

#aba74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba74d Color CSS Codes

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

#aba74d Text Font Color

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

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


#aba74d Background Color

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

This div background color is #aba74d


#aba74d Border Color

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

This div border color is #aba74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba74d


Comments

No comments written yet.

Please login to write comment.