Color Hex Logo

#abc96f Color Hex

#ABC96F
(171,201,111)
0 Favorites   0 Comments

Color spaces of #abc96f

RGB 171201111
HSL0.220.450.61
HSV80°45°79°
CMYK 0.150.000.45   0.21
XYZ40.550551.578922.8574
Yxy51.57890.35270.4486
Hunter Lab71.8185-24.896731.4029
CIE-Lab77.0284-24.578841.5292

#abc96f color RGB value is (171,201,111).

#abc96f hex color red value is 171, green value is 201 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abc96f hue: 0.22 , saturation: 0.45 and the lightness value of abc96f is 0.61.

The process color (four color CMYK) of #abc96f color hex is 0.15, 0.00, 0.45, 0.21. Web safe color of #abc96f is #99cc66. Color #abc96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 01101111
Octal 253 311 157
Decimal 171 201 111
Hex AB C9 6F

RGB Percentages of Color #abc96f

%35.40
%41.61
%22.98

CMYK Percentages of Color #abc96f

%15
%0
%45
%21

Triadic Colors of #abc96f

#abc96f #6fabc9 #c96fab

Analogous Colors of #abc96f

#abc96f #7ec96f #c9ba6f

Monochromatic Colors of #abc96f

#abc96f

Complementary Color

#abc96f #8d6fc9

#abc96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc96f Color CSS Codes

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

#abc96f Text Font Color

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

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


#abc96f Background Color

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

This div background color is #abc96f


#abc96f Border Color

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

This div border color is #abc96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc96f


Comments

No comments written yet.

Please login to write comment.