Color Hex Logo

#aba47b Color Hex

#ABA47B
(171,164,123)
0 Favorites   0 Comments

Color spaces of #aba47b

RGB 171164123
HSL0.140.220.58
HSV51°28°67°
CMYK 0.000.040.28   0.33
XYZ33.645236.638924.0376
Yxy36.63890.35670.3884
Hunter Lab60.5301-6.709718.8259
CIE-Lab67.0052-4.084022.2364

#aba47b color RGB value is (171,164,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01111011
Octal 253 244 173
Decimal 171 164 123
Hex AB A4 7B

RGB Percentages of Color #aba47b

%37.34
%35.81
%26.86

CMYK Percentages of Color #aba47b

%0
%4
%28
%33

Triadic Colors of #aba47b

#aba47b #7baba4 #a47bab

Analogous Colors of #aba47b

#aba47b #9aab7b #ab8c7b

Monochromatic Colors of #aba47b

#aba47b

Complementary Color

#aba47b #7b82ab

#aba47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba47b Color CSS Codes

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

#aba47b Text Font Color

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

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


#aba47b Background Color

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

This div background color is #aba47b


#aba47b Border Color

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

This div border color is #aba47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba47b


Comments

No comments written yet.

Please login to write comment.