Color Hex Logo

#abf72a Color Hex

#ABF72A
(171,247,42)
0 Favorites   0 Comments

Color spaces of #abf72a

RGB 17124742
HSL0.230.930.57
HSV82°83°97°
CMYK 0.310.000.83   0.03
XYZ50.473375.346614.0736
Yxy75.34660.36080.5386
Hunter Lab86.8024-48.111251.1488
CIE-Lab89.5551-50.082080.8697

#abf72a color RGB value is (171,247,42).

#abf72a hex color red value is 171, green value is 247 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abf72a hue: 0.23 , saturation: 0.93 and the lightness value of abf72a is 0.57.

The process color (four color CMYK) of #abf72a color hex is 0.31, 0.00, 0.83, 0.03. Web safe color of #abf72a is #99ff33. Color #abf72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 00101010
Octal 253 367 52
Decimal 171 247 42
Hex AB F7 2A

RGB Percentages of Color #abf72a

%37.17
%53.70
%9.13

CMYK Percentages of Color #abf72a

%31
%0
%83
%3

Triadic Colors of #abf72a

#abf72a #2aabf7 #f72aab

Analogous Colors of #abf72a

#abf72a #45f72a #f7dd2a

Monochromatic Colors of #abf72a

#abf72a

Complementary Color

#abf72a #762af7

#abf72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf72a Color CSS Codes

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

#abf72a Text Font Color

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

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


#abf72a Background Color

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

This div background color is #abf72a


#abf72a Border Color

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

This div border color is #abf72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf72a


Comments

No comments written yet.

Please login to write comment.