Color Hex Logo

#abf70b Color Hex

#ABF70B
(171,247,11)
0 Favorites   0 Comments

Color spaces of #abf70b

RGB 17124711
HSL0.220.940.51
HSV79°96°97°
CMYK 0.310.000.96   0.03
XYZ50.115875.203612.1910
Yxy75.20360.36450.5469
Hunter Lab86.7200-48.604252.3691
CIE-Lab89.4883-50.752285.4809

#abf70b color RGB value is (171,247,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 00001011
Octal 253 367 13
Decimal 171 247 11
Hex AB F7 B

RGB Percentages of Color #abf70b

%39.86
%57.58
%2.56

CMYK Percentages of Color #abf70b

%31
%0
%96
%3

Triadic Colors of #abf70b

#abf70b #0babf7 #f70bab

Analogous Colors of #abf70b

#abf70b #35f70b #f7cd0b

Monochromatic Colors of #abf70b

#abf70b

Complementary Color

#abf70b #570bf7

#abf70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf70b Color CSS Codes

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

#abf70b Text Font Color

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

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


#abf70b Background Color

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

This div background color is #abf70b


#abf70b Border Color

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

This div border color is #abf70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf70b


Comments

No comments written yet.

Please login to write comment.