Color Hex Logo

#abd97e Color Hex

#ABD97E
(171,217,126)
0 Favorites   0 Comments

Color spaces of #abd97e

RGB 171217126
HSL0.250.540.67
HSV90°42°85°
CMYK 0.210.000.42   0.15
XYZ45.373359.790028.8879
Yxy59.79000.33850.4460
Hunter Lab77.3240-30.574231.9763
CIE-Lab81.7239-30.451339.9760

#abd97e color RGB value is (171,217,126).

#abd97e hex color red value is 171, green value is 217 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #abd97e hue: 0.25 , saturation: 0.54 and the lightness value of abd97e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 01111110
Octal 253 331 176
Decimal 171 217 126
Hex AB D9 7E

RGB Percentages of Color #abd97e

%33.27
%42.22
%24.51

CMYK Percentages of Color #abd97e

%21
%0
%42
%15

Triadic Colors of #abd97e

#abd97e #7eabd9 #d97eab

Analogous Colors of #abd97e

#abd97e #7ed97f #d9d97e

Monochromatic Colors of #abd97e

#abd97e

Complementary Color

#abd97e #ac7ed9

#abd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd97e Color CSS Codes

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

#abd97e Text Font Color

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

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


#abd97e Background Color

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

This div background color is #abd97e


#abd97e Border Color

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

This div border color is #abd97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd97e


Comments

No comments written yet.

Please login to write comment.