Color Hex Logo

#aba782 Color Hex

#ABA782
(171,167,130)
0 Favorites   0 Comments

Color spaces of #aba782

RGB 171167130
HSL0.150.200.59
HSV54°24°67°
CMYK 0.000.020.24   0.33
XYZ34.642637.907126.6100
Yxy37.90710.34940.3823
Hunter Lab61.5687-7.309517.4730
CIE-Lab67.9521-4.704219.7023

#aba782 color RGB value is (171,167,130).

#aba782 hex color red value is 171, green value is 167 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aba782 hue: 0.15 , saturation: 0.20 and the lightness value of aba782 is 0.59.

The process color (four color CMYK) of #aba782 color hex is 0.00, 0.02, 0.24, 0.33. Web safe color of #aba782 is #999999. Color #aba782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10000010
Octal 253 247 202
Decimal 171 167 130
Hex AB A7 82

RGB Percentages of Color #aba782

%36.54
%35.68
%27.78

CMYK Percentages of Color #aba782

%0
%2
%24
%33

Triadic Colors of #aba782

#aba782 #82aba7 #a782ab

Analogous Colors of #aba782

#aba782 #9bab82 #ab9382

Monochromatic Colors of #aba782

#aba782

Complementary Color

#aba782 #8286ab

#aba782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba782 Color CSS Codes

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

#aba782 Text Font Color

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

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


#aba782 Background Color

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

This div background color is #aba782


#aba782 Border Color

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

This div border color is #aba782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba782


Comments

No comments written yet.

Please login to write comment.