Color Hex Logo

#aba04d Color Hex

#ABA04D
(171,160,77)
0 Favorites   0 Comments

Color spaces of #aba04d

RGB 17116077
HSL0.150.380.49
HSV53°55°67°
CMYK 0.000.060.55   0.33
XYZ30.704934.335412.0302
Yxy34.33540.39840.4455
Hunter Lab58.5964-9.008628.8449
CIE-Lab65.2279-7.042244.0784

#aba04d color RGB value is (171,160,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01001101
Octal 253 240 115
Decimal 171 160 77
Hex AB A0 4D

RGB Percentages of Color #aba04d

%41.91
%39.22
%18.87

CMYK Percentages of Color #aba04d

%0
%6
%55
%33

Triadic Colors of #aba04d

#aba04d #4daba0 #a04dab

Analogous Colors of #aba04d

#aba04d #87ab4d #ab714d

Monochromatic Colors of #aba04d

#aba04d

Complementary Color

#aba04d #4d58ab

#aba04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba04d Color CSS Codes

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

#aba04d Text Font Color

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

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


#aba04d Background Color

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

This div background color is #aba04d


#aba04d Border Color

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

This div border color is #aba04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba04d


Comments

No comments written yet.

Please login to write comment.