Color Hex Logo

#ab858e Color Hex

#AB858E
(171,133,142)
0 Favorites   0 Comments

Color spaces of #ab858e

RGB 171133142
HSL0.960.180.60
HSV346°22°67°
CMYK 0.000.220.17   0.33
XYZ30.064627.386029.2926
Yxy27.38600.34660.3157
Hunter Lab52.331610.96813.4446
CIE-Lab59.329915.97870.7684

#ab858e color RGB value is (171,133,142).

#ab858e hex color red value is 171, green value is 133 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ab858e hue: 0.96 , saturation: 0.18 and the lightness value of ab858e is 0.60.

The process color (four color CMYK) of #ab858e color hex is 0.00, 0.22, 0.17, 0.33. Web safe color of #ab858e is #999999. Color #ab858e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 10001110
Octal 253 205 216
Decimal 171 133 142
Hex AB 85 8E

RGB Percentages of Color #ab858e

%38.34
%29.82
%31.84

CMYK Percentages of Color #ab858e

%0
%22
%17
%33

Triadic Colors of #ab858e

#ab858e #8eab85 #858eab

Analogous Colors of #ab858e

#ab858e #ab8f85 #ab85a1

Monochromatic Colors of #ab858e

#ab858e

Complementary Color

#ab858e #85aba2

#ab858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab858e Color CSS Codes

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

#ab858e Text Font Color

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

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


#ab858e Background Color

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

This div background color is #ab858e


#ab858e Border Color

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

This div border color is #ab858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab858e


Comments

No comments written yet.

Please login to write comment.