Color Hex Logo

#abf48e Color Hex

#ABF48E
(171,244,142)
0 Favorites   0 Comments

Color spaces of #abf48e

RGB 171244142
HSL0.290.820.76
HSV103°42°96°
CMYK 0.300.000.42   0.04
XYZ54.027875.312337.2803
Yxy75.31230.32430.4520
Hunter Lab86.7827-40.741935.2779
CIE-Lab89.5391-40.723042.0472

#abf48e color RGB value is (171,244,142).

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

The process color (four color CMYK) of #abf48e color hex is 0.30, 0.00, 0.42, 0.04. Web safe color of #abf48e is #99ff99. Color #abf48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10001110
Octal 253 364 216
Decimal 171 244 142
Hex AB F4 8E

RGB Percentages of Color #abf48e

%30.70
%43.81
%25.49

CMYK Percentages of Color #abf48e

%30
%0
%42
%4

Triadic Colors of #abf48e

#abf48e #8eabf4 #f48eab

Analogous Colors of #abf48e

#abf48e #8ef4a4 #def48e

Monochromatic Colors of #abf48e

#abf48e

Complementary Color

#abf48e #d78ef4

#abf48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf48e Color CSS Codes

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

#abf48e Text Font Color

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

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


#abf48e Background Color

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

This div background color is #abf48e


#abf48e Border Color

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

This div border color is #abf48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf48e


Comments

No comments written yet.

Please login to write comment.