Color Hex Logo

#abab86 Color Hex

#ABAB86
(171,171,134)
0 Favorites   0 Comments

Color spaces of #abab86

RGB 171171134
HSL0.170.180.60
HSV60°22°67°
CMYK 0.000.000.22   0.33
XYZ35.660639.505028.3000
Yxy39.50500.34470.3818
Hunter Lab62.8530-8.718117.3014
CIE-Lab69.1155-6.254219.1152

#abab86 color RGB value is (171,171,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10000110
Octal 253 253 206
Decimal 171 171 134
Hex AB AB 86

RGB Percentages of Color #abab86

%35.92
%35.92
%28.15

CMYK Percentages of Color #abab86

%0
%0
%22
%33

Triadic Colors of #abab86

#abab86 #86abab #ab86ab

Analogous Colors of #abab86

#abab86 #99ab86 #ab9986

Monochromatic Colors of #abab86

#abab86

Complementary Color

#abab86 #8686ab

#abab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab86 Color CSS Codes

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

#abab86 Text Font Color

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

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


#abab86 Background Color

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

This div background color is #abab86


#abab86 Border Color

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

This div border color is #abab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab86


Comments

No comments written yet.

Please login to write comment.