Color Hex Logo

#abac5f Color Hex

#ABAC5F
(171,172,95)
0 Favorites   0 Comments

Color spaces of #abac5f

RGB 17117295
HSL0.170.320.52
HSV61°45°67°
CMYK 0.010.000.45   0.33
XYZ33.612738.989216.5806
Yxy38.98920.37690.4372
Hunter Lab62.4413-13.184327.9651
CIE-Lab68.7434-11.690239.3080

#abac5f color RGB value is (171,172,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 01011111
Octal 253 254 137
Decimal 171 172 95
Hex AB AC 5F

RGB Percentages of Color #abac5f

%39.04
%39.27
%21.69

CMYK Percentages of Color #abac5f

%1
%0
%45
%33

Triadic Colors of #abac5f

#abac5f #5fabac #ac5fab

Analogous Colors of #abac5f

#abac5f #85ac5f #ac875f

Monochromatic Colors of #abac5f

#abac5f

Complementary Color

#abac5f #605fac

#abac5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac5f Color CSS Codes

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

#abac5f Text Font Color

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

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


#abac5f Background Color

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

This div background color is #abac5f


#abac5f Border Color

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

This div border color is #abac5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac5f


Comments

No comments written yet.

Please login to write comment.