Color Hex Logo

#aba973 Color Hex

#ABA973
(171,169,115)
0 Favorites   0 Comments

Color spaces of #aba973

RGB 171169115
HSL0.160.250.56
HSV58°33°67°
CMYK 0.000.010.33   0.33
XYZ34.077138.271721.8108
Yxy38.27170.36190.4065
Hunter Lab61.8641-9.937722.4016
CIE-Lab68.2204-7.814728.1857

#aba973 color RGB value is (171,169,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01110011
Octal 253 251 163
Decimal 171 169 115
Hex AB A9 73

RGB Percentages of Color #aba973

%37.58
%37.14
%25.27

CMYK Percentages of Color #aba973

%0
%1
%33
%33

Triadic Colors of #aba973

#aba973 #73aba9 #a973ab

Analogous Colors of #aba973

#aba973 #91ab73 #ab8d73

Monochromatic Colors of #aba973

#aba973

Complementary Color

#aba973 #7375ab

#aba973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba973 Color CSS Codes

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

#aba973 Text Font Color

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

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


#aba973 Background Color

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

This div background color is #aba973


#aba973 Border Color

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

This div border color is #aba973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba973


Comments

No comments written yet.

Please login to write comment.