Color Hex Logo

#abf70e Color Hex

#ABF70E
(171,247,14)
0 Favorites   0 Comments

Color spaces of #abf70e

RGB 17124714
HSL0.220.940.51
HSV80°94°97°
CMYK 0.310.000.94   0.03
XYZ50.134675.211212.2903
Yxy75.21120.36430.5464
Hunter Lab86.7244-48.578452.3047
CIE-Lab89.4918-50.717085.2260

#abf70e color RGB value is (171,247,14).

#abf70e hex color red value is 171, green value is 247 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #abf70e hue: 0.22 , saturation: 0.94 and the lightness value of abf70e is 0.51.

The process color (four color CMYK) of #abf70e color hex is 0.31, 0.00, 0.94, 0.03. Web safe color of #abf70e is #99ff00. Color #abf70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 00001110
Octal 253 367 16
Decimal 171 247 14
Hex AB F7 E

RGB Percentages of Color #abf70e

%39.58
%57.18
%3.24

CMYK Percentages of Color #abf70e

%31
%0
%94
%3

Triadic Colors of #abf70e

#abf70e #0eabf7 #f70eab

Analogous Colors of #abf70e

#abf70e #36f70e #f7cf0e

Monochromatic Colors of #abf70e

#abf70e

Complementary Color

#abf70e #5a0ef7

#abf70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf70e Color CSS Codes

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

#abf70e Text Font Color

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

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


#abf70e Background Color

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

This div background color is #abf70e


#abf70e Border Color

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

This div border color is #abf70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf70e


Comments

No comments written yet.

Please login to write comment.