Color Hex Logo

#aba47e Color Hex

#ABA47E
(171,164,126)
0 Favorites   0 Comments

Color spaces of #aba47e

RGB 171164126
HSL0.140.210.58
HSV51°26°67°
CMYK 0.000.040.26   0.33
XYZ33.835936.715225.0421
Yxy36.71520.35400.3841
Hunter Lab60.5931-6.361317.9116
CIE-Lab67.0628-3.665220.6748

#aba47e color RGB value is (171,164,126).

#aba47e hex color red value is 171, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aba47e hue: 0.14 , saturation: 0.21 and the lightness value of aba47e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01111110
Octal 253 244 176
Decimal 171 164 126
Hex AB A4 7E

RGB Percentages of Color #aba47e

%37.09
%35.57
%27.33

CMYK Percentages of Color #aba47e

%0
%4
%26
%33

Triadic Colors of #aba47e

#aba47e #7eaba4 #a47eab

Analogous Colors of #aba47e

#aba47e #9cab7e #ab8e7e

Monochromatic Colors of #aba47e

#aba47e

Complementary Color

#aba47e #7e85ab

#aba47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba47e Color CSS Codes

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

#aba47e Text Font Color

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

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


#aba47e Background Color

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

This div background color is #aba47e


#aba47e Border Color

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

This div border color is #aba47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba47e


Comments

No comments written yet.

Please login to write comment.