Color Hex Logo

#ab8a7e Color Hex

#AB8A7E
(171,138,126)
0 Favorites   0 Comments

Color spaces of #ab8a7e

RGB 171138126
HSL0.040.210.58
HSV16°26°67°
CMYK 0.000.190.26   0.33
XYZ29.649028.341223.6464
Yxy28.34120.36320.3472
Hunter Lab53.23656.248310.9303
CIE-Lab60.195710.669611.1552

#ab8a7e color RGB value is (171,138,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 01111110
Octal 253 212 176
Decimal 171 138 126
Hex AB 8A 7E

RGB Percentages of Color #ab8a7e

%39.31
%31.72
%28.97

CMYK Percentages of Color #ab8a7e

%0
%19
%26
%33

Triadic Colors of #ab8a7e

#ab8a7e #7eab8a #8a7eab

Analogous Colors of #ab8a7e

#ab8a7e #aba17e #ab7e89

Monochromatic Colors of #ab8a7e

#ab8a7e

Complementary Color

#ab8a7e #7e9fab

#ab8a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8a7e Color CSS Codes

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

#ab8a7e Text Font Color

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

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


#ab8a7e Background Color

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

This div background color is #ab8a7e


#ab8a7e Border Color

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

This div border color is #ab8a7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,138,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 #ab8a7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8a7e


Comments

No comments written yet.

Please login to write comment.