Color Hex Logo

#abd86e Color Hex

#ABD86E
(171,216,110)
0 Favorites   0 Comments

Color spaces of #abd86e

RGB 171216110
HSL0.240.580.64
HSV85°49°85°
CMYK 0.210.000.49   0.15
XYZ44.164958.895423.7921
Yxy58.89540.34820.4643
Hunter Lab76.7433-31.576235.3392
CIE-Lab81.2341-31.840247.1818

#abd86e color RGB value is (171,216,110).

#abd86e hex color red value is 171, green value is 216 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #abd86e hue: 0.24 , saturation: 0.58 and the lightness value of abd86e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 01101110
Octal 253 330 156
Decimal 171 216 110
Hex AB D8 6E

RGB Percentages of Color #abd86e

%34.41
%43.46
%22.13

CMYK Percentages of Color #abd86e

%21
%0
%49
%15

Triadic Colors of #abd86e

#abd86e #6eabd8 #d86eab

Analogous Colors of #abd86e

#abd86e #76d86e #d8d06e

Monochromatic Colors of #abd86e

#abd86e

Complementary Color

#abd86e #9b6ed8

#abd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd86e Color CSS Codes

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

#abd86e Text Font Color

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

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


#abd86e Background Color

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

This div background color is #abd86e


#abd86e Border Color

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

This div border color is #abd86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd86e


Comments

No comments written yet.

Please login to write comment.