Color Hex Logo

#abf28d Color Hex

#ABF28D
(171,242,141)
0 Favorites   0 Comments

Color spaces of #abf28d

RGB 171242141
HSL0.280.800.75
HSV102°42°95°
CMYK 0.290.000.42   0.05
XYZ53.354474.085336.6871
Yxy74.08530.32510.4514
Hunter Lab86.0728-39.979734.9796
CIE-Lab88.9628-39.967041.7996

#abf28d color RGB value is (171,242,141).

#abf28d hex color red value is 171, green value is 242 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #abf28d hue: 0.28 , saturation: 0.80 and the lightness value of abf28d is 0.75.

The process color (four color CMYK) of #abf28d color hex is 0.29, 0.00, 0.42, 0.05. Web safe color of #abf28d is #99ff99. Color #abf28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 10001101
Octal 253 362 215
Decimal 171 242 141
Hex AB F2 8D

RGB Percentages of Color #abf28d

%30.87
%43.68
%25.45

CMYK Percentages of Color #abf28d

%29
%0
%42
%5

Triadic Colors of #abf28d

#abf28d #8dabf2 #f28dab

Analogous Colors of #abf28d

#abf28d #8df2a2 #def28d

Monochromatic Colors of #abf28d

#abf28d

Complementary Color

#abf28d #d48df2

#abf28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf28d Color CSS Codes

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

#abf28d Text Font Color

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

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


#abf28d Background Color

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

This div background color is #abf28d


#abf28d Border Color

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

This div border color is #abf28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf28d


Comments

No comments written yet.

Please login to write comment.