Color Hex Logo

#abf28e Color Hex

#ABF28E
(171,242,142)
0 Favorites   0 Comments

Color spaces of #abf28e

RGB 171242142
HSL0.290.790.75
HSV103°41°95°
CMYK 0.290.000.41   0.05
XYZ53.429274.115237.0808
Yxy74.11520.32460.4502
Hunter Lab86.0902-39.877334.7257
CIE-Lab88.9769-39.835141.3279

#abf28e color RGB value is (171,242,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 10001110
Octal 253 362 216
Decimal 171 242 142
Hex AB F2 8E

RGB Percentages of Color #abf28e

%30.81
%43.60
%25.59

CMYK Percentages of Color #abf28e

%29
%0
%41
%5

Triadic Colors of #abf28e

#abf28e #8eabf2 #f28eab

Analogous Colors of #abf28e

#abf28e #8ef2a3 #ddf28e

Monochromatic Colors of #abf28e

#abf28e

Complementary Color

#abf28e #d58ef2

#abf28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf28e Color CSS Codes

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

#abf28e Text Font Color

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

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


#abf28e Background Color

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

This div background color is #abf28e


#abf28e Border Color

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

This div border color is #abf28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf28e


Comments

No comments written yet.

Please login to write comment.