Color Hex Logo

#abf04e Color Hex

#ABF04E
(171,240,78)
0 Favorites   0 Comments

Color spaces of #abf04e

RGB 17124078
HSL0.240.840.62
HSV86°68°94°
CMYK 0.290.000.68   0.06
XYZ49.329871.528218.4141
Yxy71.52820.35420.5136
Hunter Lab84.5743-43.891246.2930
CIE-Lab87.7410-45.343768.2625

#abf04e color RGB value is (171,240,78).

#abf04e hex color red value is 171, green value is 240 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #abf04e hue: 0.24 , saturation: 0.84 and the lightness value of abf04e is 0.62.

The process color (four color CMYK) of #abf04e color hex is 0.29, 0.00, 0.68, 0.06. Web safe color of #abf04e is #99ff66. Color #abf04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 01001110
Octal 253 360 116
Decimal 171 240 78
Hex AB F0 4E

RGB Percentages of Color #abf04e

%34.97
%49.08
%15.95

CMYK Percentages of Color #abf04e

%29
%0
%68
%6

Triadic Colors of #abf04e

#abf04e #4eabf0 #f04eab

Analogous Colors of #abf04e

#abf04e #5af04e #f0e44e

Monochromatic Colors of #abf04e

#abf04e

Complementary Color

#abf04e #934ef0

#abf04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf04e Color CSS Codes

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

#abf04e Text Font Color

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

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


#abf04e Background Color

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

This div background color is #abf04e


#abf04e Border Color

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

This div border color is #abf04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf04e


Comments

No comments written yet.

Please login to write comment.