Color Hex Logo

#abd56f Color Hex

#ABD56F
(171,213,111)
0 Favorites   0 Comments

Color spaces of #abd56f

RGB 171213111
HSL0.240.550.64
HSV85°48°84°
CMYK 0.200.000.48   0.16
XYZ43.458157.394123.8266
Yxy57.39410.34860.4603
Hunter Lab75.7589-30.183934.3842
CIE-Lab80.4007-30.325345.6868

#abd56f color RGB value is (171,213,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 01101111
Octal 253 325 157
Decimal 171 213 111
Hex AB D5 6F

RGB Percentages of Color #abd56f

%34.55
%43.03
%22.42

CMYK Percentages of Color #abd56f

%20
%0
%48
%16

Triadic Colors of #abd56f

#abd56f #6fabd5 #d56fab

Analogous Colors of #abd56f

#abd56f #78d56f #d5cc6f

Monochromatic Colors of #abd56f

#abd56f

Complementary Color

#abd56f #996fd5

#abd56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd56f Color CSS Codes

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

#abd56f Text Font Color

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

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


#abd56f Background Color

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

This div background color is #abd56f


#abd56f Border Color

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

This div border color is #abd56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd56f


Comments

No comments written yet.

Please login to write comment.