Color Hex Logo

#abdb7e Color Hex

#ABDB7E
(171,219,126)
0 Favorites   0 Comments

Color spaces of #abdb7e

RGB 171219126
HSL0.250.560.68
HSV91°42°86°
CMYK 0.220.000.42   0.14
XYZ45.892060.827329.0607
Yxy60.82730.33800.4480
Hunter Lab77.9919-31.452732.5021
CIE-Lab82.2858-31.389840.6891

#abdb7e color RGB value is (171,219,126).

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

The process color (four color CMYK) of #abdb7e color hex is 0.22, 0.00, 0.42, 0.14. Web safe color of #abdb7e is #99cc66. Color #abdb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01111110
Octal 253 333 176
Decimal 171 219 126
Hex AB DB 7E

RGB Percentages of Color #abdb7e

%33.14
%42.44
%24.42

CMYK Percentages of Color #abdb7e

%22
%0
%42
%14

Triadic Colors of #abdb7e

#abdb7e #7eabdb #db7eab

Analogous Colors of #abdb7e

#abdb7e #7edb80 #dadb7e

Monochromatic Colors of #abdb7e

#abdb7e

Complementary Color

#abdb7e #ae7edb

#abdb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb7e Color CSS Codes

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

#abdb7e Text Font Color

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

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


#abdb7e Background Color

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

This div background color is #abdb7e


#abdb7e Border Color

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

This div border color is #abdb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb7e


Comments

No comments written yet.

Please login to write comment.