Color Hex Logo

#abf72f Color Hex

#ABF72F
(171,247,47)
0 Favorites   0 Comments

Color spaces of #abf72f

RGB 17124747
HSL0.230.930.58
HSV83°81°97°
CMYK 0.310.000.81   0.03
XYZ50.568475.384714.5748
Yxy75.38470.35980.5364
Hunter Lab86.8244-47.980350.8243
CIE-Lab89.5729-49.904579.7139

#abf72f color RGB value is (171,247,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 00101111
Octal 253 367 57
Decimal 171 247 47
Hex AB F7 2F

RGB Percentages of Color #abf72f

%36.77
%53.12
%10.11

CMYK Percentages of Color #abf72f

%31
%0
%81
%3

Triadic Colors of #abf72f

#abf72f #2fabf7 #f72fab

Analogous Colors of #abf72f

#abf72f #47f72f #f7df2f

Monochromatic Colors of #abf72f

#abf72f

Complementary Color

#abf72f #7b2ff7

#abf72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf72f Color CSS Codes

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

#abf72f Text Font Color

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

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


#abf72f Background Color

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

This div background color is #abf72f


#abf72f Border Color

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

This div border color is #abf72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf72f


Comments

No comments written yet.

Please login to write comment.