Color Hex Logo

#abdc81 Color Hex

#ABDC81
(171,220,129)
0 Favorites   0 Comments

Color spaces of #abdc81

RGB 171220129
HSL0.260.570.68
HSV92°41°86°
CMYK 0.220.000.41   0.14
XYZ46.350261.429330.1830
Yxy61.42930.33600.4453
Hunter Lab78.3768-31.598832.0312
CIE-Lab82.6090-31.481739.6095

#abdc81 color RGB value is (171,220,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10000001
Octal 253 334 201
Decimal 171 220 129
Hex AB DC 81

RGB Percentages of Color #abdc81

%32.88
%42.31
%24.81

CMYK Percentages of Color #abdc81

%22
%0
%41
%14

Triadic Colors of #abdc81

#abdc81 #81abdc #dc81ab

Analogous Colors of #abdc81

#abdc81 #81dc85 #d9dc81

Monochromatic Colors of #abdc81

#abdc81

Complementary Color

#abdc81 #b281dc

#abdc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc81 Color CSS Codes

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

#abdc81 Text Font Color

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

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


#abdc81 Background Color

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

This div background color is #abdc81


#abdc81 Border Color

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

This div border color is #abdc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc81


Comments

No comments written yet.

Please login to write comment.