Color Hex Logo

#abac7e Color Hex

#ABAC7E
(171,172,126)
0 Favorites   0 Comments

Color spaces of #abac7e

RGB 171172126
HSL0.170.220.58
HSV61°27°67°
CMYK 0.010.000.27   0.33
XYZ35.313039.669325.5344
Yxy39.66930.35130.3947
Hunter Lab62.9836-10.141620.0515
CIE-Lab69.2333-7.937623.6194

#abac7e color RGB value is (171,172,126).

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

The process color (four color CMYK) of #abac7e color hex is 0.01, 0.00, 0.27, 0.33. Web safe color of #abac7e is #999966. Color #abac7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 01111110
Octal 253 254 176
Decimal 171 172 126
Hex AB AC 7E

RGB Percentages of Color #abac7e

%36.46
%36.67
%26.87

CMYK Percentages of Color #abac7e

%1
%0
%27
%33

Triadic Colors of #abac7e

#abac7e #7eabac #ac7eab

Analogous Colors of #abac7e

#abac7e #94ac7e #ac967e

Monochromatic Colors of #abac7e

#abac7e

Complementary Color

#abac7e #7f7eac

#abac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac7e Color CSS Codes

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

#abac7e Text Font Color

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

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


#abac7e Background Color

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

This div background color is #abac7e


#abac7e Border Color

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

This div border color is #abac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac7e


Comments

No comments written yet.

Please login to write comment.