Color Hex Logo

#aba876 Color Hex

#ABA876
(171,168,118)
0 Favorites   0 Comments

Color spaces of #aba876

RGB 171168118
HSL0.160.240.57
HSV57°31°67°
CMYK 0.000.020.31   0.33
XYZ34.067237.971222.6732
Yxy37.97120.35970.4009
Hunter Lab61.6208-9.152221.3189
CIE-Lab67.9994-6.896526.2822

#aba876 color RGB value is (171,168,118).

#aba876 hex color red value is 171, green value is 168 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aba876 hue: 0.16 , saturation: 0.24 and the lightness value of aba876 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01110110
Octal 253 250 166
Decimal 171 168 118
Hex AB A8 76

RGB Percentages of Color #aba876

%37.42
%36.76
%25.82

CMYK Percentages of Color #aba876

%0
%2
%31
%33

Triadic Colors of #aba876

#aba876 #76aba8 #a876ab

Analogous Colors of #aba876

#aba876 #94ab76 #ab8e76

Monochromatic Colors of #aba876

#aba876

Complementary Color

#aba876 #7679ab

#aba876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba876 Color CSS Codes

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

#aba876 Text Font Color

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

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


#aba876 Background Color

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

This div background color is #aba876


#aba876 Border Color

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

This div border color is #aba876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba876


Comments

No comments written yet.

Please login to write comment.