Color Hex Logo

#aba947 Color Hex

#ABA947
(171,169,71)
0 Favorites   0 Comments

Color spaces of #aba947

RGB 17116971
HSL0.160.410.47
HSV59°58°67°
CMYK 0.000.010.58   0.33
XYZ32.119937.488811.5044
Yxy37.48880.39600.4622
Hunter Lab61.2281-13.509131.7194
CIE-Lab67.6421-12.257149.6599

#aba947 color RGB value is (171,169,71).

#aba947 hex color red value is 171, green value is 169 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aba947 hue: 0.16 , saturation: 0.41 and the lightness value of aba947 is 0.47.

The process color (four color CMYK) of #aba947 color hex is 0.00, 0.01, 0.58, 0.33. Web safe color of #aba947 is #999933. Color #aba947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01000111
Octal 253 251 107
Decimal 171 169 71
Hex AB A9 47

RGB Percentages of Color #aba947

%41.61
%41.12
%17.27

CMYK Percentages of Color #aba947

%0
%1
%58
%33

Triadic Colors of #aba947

#aba947 #47aba9 #a947ab

Analogous Colors of #aba947

#aba947 #7bab47 #ab7747

Monochromatic Colors of #aba947

#aba947

Complementary Color

#aba947 #4749ab

#aba947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba947 Color CSS Codes

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

#aba947 Text Font Color

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

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


#aba947 Background Color

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

This div background color is #aba947


#aba947 Border Color

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

This div border color is #aba947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba947


Comments

No comments written yet.

Please login to write comment.