Color Hex Logo

#abd66e Color Hex

#ABD66E
(171,214,110)
0 Favorites   0 Comments

Color spaces of #abd66e

RGB 171214110
HSL0.240.560.64
HSV85°49°84°
CMYK 0.200.000.49   0.16
XYZ43.655657.876923.6223
Yxy57.87690.34880.4624
Hunter Lab76.0769-30.704934.8439
CIE-Lab80.6703-30.904646.4970

#abd66e color RGB value is (171,214,110).

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

The process color (four color CMYK) of #abd66e color hex is 0.20, 0.00, 0.49, 0.16. Web safe color of #abd66e is #99cc66. Color #abd66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 01101110
Octal 253 326 156
Decimal 171 214 110
Hex AB D6 6E

RGB Percentages of Color #abd66e

%34.55
%43.23
%22.22

CMYK Percentages of Color #abd66e

%20
%0
%49
%16

Triadic Colors of #abd66e

#abd66e #6eabd6 #d66eab

Analogous Colors of #abd66e

#abd66e #77d66e #d6cd6e

Monochromatic Colors of #abd66e

#abd66e

Complementary Color

#abd66e #996ed6

#abd66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd66e Color CSS Codes

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

#abd66e Text Font Color

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

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


#abd66e Background Color

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

This div background color is #abd66e


#abd66e Border Color

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

This div border color is #abd66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd66e


Comments

No comments written yet.

Please login to write comment.