Color Hex Logo

#abf70a Color Hex

#ABF70A
(171,247,10)
0 Favorites   0 Comments

Color spaces of #abf70a

RGB 17124710
HSL0.220.940.50
HSV79°96°97°
CMYK 0.310.000.96   0.03
XYZ50.110175.201412.1614
Yxy75.20140.36450.5470
Hunter Lab86.7187-48.612252.3883
CIE-Lab89.4872-50.763185.5572

#abf70a color RGB value is (171,247,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 00001010
Octal 253 367 12
Decimal 171 247 10
Hex AB F7 A

RGB Percentages of Color #abf70a

%39.95
%57.71
%2.34

CMYK Percentages of Color #abf70a

%31
%0
%96
%3

Triadic Colors of #abf70a

#abf70a #0aabf7 #f70aab

Analogous Colors of #abf70a

#abf70a #34f70a #f7cd0a

Monochromatic Colors of #abf70a

#abf70a

Complementary Color

#abf70a #560af7

#abf70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf70a Color CSS Codes

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

#abf70a Text Font Color

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

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


#abf70a Background Color

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

This div background color is #abf70a


#abf70a Border Color

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

This div border color is #abf70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf70a


Comments

No comments written yet.

Please login to write comment.