Color Hex Logo

#abf48a Color Hex

#ABF48A
(171,244,138)
0 Favorites   0 Comments

Color spaces of #abf48a

RGB 171244138
HSL0.280.830.75
HSV101°43°96°
CMYK 0.300.000.43   0.04
XYZ53.732775.194335.7267
Yxy75.19430.32630.4567
Hunter Lab86.7146-41.143236.2726
CIE-Lab89.4839-41.240743.9233

#abf48a color RGB value is (171,244,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10001010
Octal 253 364 212
Decimal 171 244 138
Hex AB F4 8A

RGB Percentages of Color #abf48a

%30.92
%44.12
%24.95

CMYK Percentages of Color #abf48a

%30
%0
%43
%4

Triadic Colors of #abf48a

#abf48a #8aabf4 #f48aab

Analogous Colors of #abf48a

#abf48a #8af49e #e0f48a

Monochromatic Colors of #abf48a

#abf48a

Complementary Color

#abf48a #d38af4

#abf48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf48a Color CSS Codes

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

#abf48a Text Font Color

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

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


#abf48a Background Color

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

This div background color is #abf48a


#abf48a Border Color

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

This div border color is #abf48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf48a


Comments

No comments written yet.

Please login to write comment.