Color Hex Logo

#abdb82 Color Hex

#ABDB82
(171,219,130)
0 Favorites   0 Comments

Color spaces of #abdb82

RGB 171219130
HSL0.260.550.68
HSV92°41°86°
CMYK 0.220.000.41   0.14
XYZ46.155460.932730.4476
Yxy60.93270.33560.4430
Hunter Lab78.0594-31.059531.5151
CIE-Lab82.3425-30.885338.7702

#abdb82 color RGB value is (171,219,130).

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

The process color (four color CMYK) of #abdb82 color hex is 0.22, 0.00, 0.41, 0.14. Web safe color of #abdb82 is #99cc99. Color #abdb82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10000010
Octal 253 333 202
Decimal 171 219 130
Hex AB DB 82

RGB Percentages of Color #abdb82

%32.88
%42.12
%25.00

CMYK Percentages of Color #abdb82

%22
%0
%41
%14

Triadic Colors of #abdb82

#abdb82 #82abdb #db82ab

Analogous Colors of #abdb82

#abdb82 #82db86 #d8db82

Monochromatic Colors of #abdb82

#abdb82

Complementary Color

#abdb82 #b282db

#abdb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb82 Color CSS Codes

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

#abdb82 Text Font Color

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

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


#abdb82 Background Color

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

This div background color is #abdb82


#abdb82 Border Color

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

This div border color is #abdb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb82


Comments

No comments written yet.

Please login to write comment.