Color Hex Logo

#aba747 Color Hex

#ABA747
(171,167,71)
0 Favorites   0 Comments

Color spaces of #aba747

RGB 17116771
HSL0.160.410.47
HSV58°58°67°
CMYK 0.000.020.58   0.33
XYZ31.750636.750311.3813
Yxy36.75030.39750.4601
Hunter Lab60.6220-12.599731.3042
CIE-Lab67.0893-11.214049.0451

#aba747 color RGB value is (171,167,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01000111
Octal 253 247 107
Decimal 171 167 71
Hex AB A7 47

RGB Percentages of Color #aba747

%41.81
%40.83
%17.36

CMYK Percentages of Color #aba747

%0
%2
%58
%33

Triadic Colors of #aba747

#aba747 #47aba7 #a747ab

Analogous Colors of #aba747

#aba747 #7dab47 #ab7547

Monochromatic Colors of #aba747

#aba747

Complementary Color

#aba747 #474bab

#aba747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba747 Color CSS Codes

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

#aba747 Text Font Color

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

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


#aba747 Background Color

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

This div background color is #aba747


#aba747 Border Color

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

This div border color is #aba747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba747

#aba747 Color Palettes


Comments

No comments written yet.

Please login to write comment.