Color Hex Logo

#abc96e Color Hex

#ABC96E
(171,201,110)
0 Favorites   0 Comments

Color spaces of #abc96e

RGB 171201110
HSL0.220.460.61
HSV80°45°79°
CMYK 0.150.000.45   0.21
XYZ40.495751.557022.5690
Yxy51.55700.35330.4498
Hunter Lab71.8032-24.984931.6264
CIE-Lab77.0152-24.691742.0085

#abc96e color RGB value is (171,201,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 01101110
Octal 253 311 156
Decimal 171 201 110
Hex AB C9 6E

RGB Percentages of Color #abc96e

%35.48
%41.70
%22.82

CMYK Percentages of Color #abc96e

%15
%0
%45
%21

Triadic Colors of #abc96e

#abc96e #6eabc9 #c96eab

Analogous Colors of #abc96e

#abc96e #7ec96e #c9ba6e

Monochromatic Colors of #abc96e

#abc96e

Complementary Color

#abc96e #8c6ec9

#abc96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc96e Color CSS Codes

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

#abc96e Text Font Color

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

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


#abc96e Background Color

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

This div background color is #abc96e


#abc96e Border Color

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

This div border color is #abc96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc96e


Comments

No comments written yet.

Please login to write comment.