Color Hex Logo

#abf51e Color Hex

#ABF51E
(171,245,30)
0 Favorites   0 Comments

Color spaces of #abf51e

RGB 17124530
HSL0.220.910.54
HSV81°88°96°
CMYK 0.300.000.88   0.04
XYZ49.681374.056512.9041
Yxy74.05650.36360.5420
Hunter Lab86.0561-47.547851.3487
CIE-Lab88.9492-49.599382.7074

#abf51e color RGB value is (171,245,30).

#abf51e hex color red value is 171, green value is 245 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #abf51e hue: 0.22 , saturation: 0.91 and the lightness value of abf51e is 0.54.

The process color (four color CMYK) of #abf51e color hex is 0.30, 0.00, 0.88, 0.04. Web safe color of #abf51e is #99ff33. Color #abf51e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00011110
Octal 253 365 36
Decimal 171 245 30
Hex AB F5 1E

RGB Percentages of Color #abf51e

%38.34
%54.93
%6.73

CMYK Percentages of Color #abf51e

%30
%0
%88
%4

Triadic Colors of #abf51e

#abf51e #1eabf5 #f51eab

Analogous Colors of #abf51e

#abf51e #40f51e #f5d41e

Monochromatic Colors of #abf51e

#abf51e

Complementary Color

#abf51e #681ef5

#abf51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf51e Color CSS Codes

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

#abf51e Text Font Color

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

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


#abf51e Background Color

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

This div background color is #abf51e


#abf51e Border Color

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

This div border color is #abf51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf51e


Comments

No comments written yet.

Please login to write comment.