Color Hex Logo

#abac9d Color Hex

#ABAC9D
(171,172,157)
0 Favorites   0 Comments

Color spaces of #abac9d

RGB 171172157
HSL0.180.080.65
HSV64°67°
CMYK 0.010.000.09   0.33
XYZ37.632940.597337.7509
Yxy40.59730.32450.3500
Hunter Lab63.7160-6.07479.4727
CIE-Lab69.8929-3.07547.5881

#abac9d color RGB value is (171,172,157).

#abac9d hex color red value is 171, green value is 172 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #abac9d hue: 0.18 , saturation: 0.08 and the lightness value of abac9d is 0.65.

The process color (four color CMYK) of #abac9d color hex is 0.01, 0.00, 0.09, 0.33. Web safe color of #abac9d is #999999. Color #abac9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10011101
Octal 253 254 235
Decimal 171 172 157
Hex AB AC 9D

RGB Percentages of Color #abac9d

%34.20
%34.40
%31.40

CMYK Percentages of Color #abac9d

%1
%0
%9
%33

Triadic Colors of #abac9d

#abac9d #9dabac #ac9dab

Analogous Colors of #abac9d

#abac9d #a4ac9d #aca69d

Monochromatic Colors of #abac9d

#abac9d

Complementary Color

#abac9d #9e9dac

#abac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac9d Color CSS Codes

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

#abac9d Text Font Color

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

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


#abac9d Background Color

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

This div background color is #abac9d


#abac9d Border Color

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

This div border color is #abac9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac9d


Comments

No comments written yet.

Please login to write comment.