Color Hex Logo

#abda82 Color Hex

#ABDA82
(171,218,130)
0 Favorites   0 Comments

Color spaces of #abda82

RGB 171218130
HSL0.260.540.68
HSV92°40°85°
CMYK 0.220.000.40   0.15
XYZ45.895360.412430.3609
Yxy60.41240.33580.4420
Hunter Lab77.7254-30.618831.2481
CIE-Lab82.0618-30.415038.4105

#abda82 color RGB value is (171,218,130).

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

The process color (four color CMYK) of #abda82 color hex is 0.22, 0.00, 0.40, 0.15. Web safe color of #abda82 is #99cc99. Color #abda82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10000010
Octal 253 332 202
Decimal 171 218 130
Hex AB DA 82

RGB Percentages of Color #abda82

%32.95
%42.00
%25.05

CMYK Percentages of Color #abda82

%22
%0
%40
%15

Triadic Colors of #abda82

#abda82 #82abda #da82ab

Analogous Colors of #abda82

#abda82 #82da85 #d7da82

Monochromatic Colors of #abda82

#abda82

Complementary Color

#abda82 #b182da

#abda82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda82 Color CSS Codes

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

#abda82 Text Font Color

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

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


#abda82 Background Color

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

This div background color is #abda82


#abda82 Border Color

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

This div border color is #abda82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda82


Comments

No comments written yet.

Please login to write comment.