Color Hex Logo

#abae86 Color Hex

#ABAE86
(171,174,134)
0 Favorites   0 Comments

Color spaces of #abae86

RGB 171174134
HSL0.180.200.60
HSV64°23°68°
CMYK 0.020.000.23   0.32
XYZ36.233740.651328.4910
Yxy40.65130.34390.3858
Hunter Lab63.7584-10.136118.1366
CIE-Lab69.9309-7.847320.2346

#abae86 color RGB value is (171,174,134).

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

The process color (four color CMYK) of #abae86 color hex is 0.02, 0.00, 0.23, 0.32. Web safe color of #abae86 is #999999. Color #abae86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10000110
Octal 253 256 206
Decimal 171 174 134
Hex AB AE 86

RGB Percentages of Color #abae86

%35.70
%36.33
%27.97

CMYK Percentages of Color #abae86

%2
%0
%23
%32

Triadic Colors of #abae86

#abae86 #86abae #ae86ab

Analogous Colors of #abae86

#abae86 #97ae86 #ae9d86

Monochromatic Colors of #abae86

#abae86

Complementary Color

#abae86 #8986ae

#abae86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae86 Color CSS Codes

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

#abae86 Text Font Color

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

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


#abae86 Background Color

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

This div background color is #abae86


#abae86 Border Color

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

This div border color is #abae86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae86


Comments

No comments written yet.

Please login to write comment.