Color Hex Logo

#abe80f Color Hex

#ABE80F
(171,232,15)
0 Favorites   0 Comments

Color spaces of #abe80f

RGB 17123215
HSL0.210.880.48
HSV77°94°91°
CMYK 0.260.000.94   0.09
XYZ45.737466.405610.8589
Yxy66.40560.37180.5399
Hunter Lab81.4896-42.420849.1421
CIE-Lab85.2029-44.404481.7396

#abe80f color RGB value is (171,232,15).

#abe80f hex color red value is 171, green value is 232 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #abe80f hue: 0.21 , saturation: 0.88 and the lightness value of abe80f is 0.48.

The process color (four color CMYK) of #abe80f color hex is 0.26, 0.00, 0.94, 0.09. Web safe color of #abe80f is #99ff00. Color #abe80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101000 00001111
Octal 253 350 17
Decimal 171 232 15
Hex AB E8 F

RGB Percentages of Color #abe80f

%40.91
%55.50
%3.59

CMYK Percentages of Color #abe80f

%26
%0
%94
%9

Triadic Colors of #abe80f

#abe80f #0fabe8 #e80fab

Analogous Colors of #abe80f

#abe80f #3ee80f #e8b90f

Monochromatic Colors of #abe80f

#abe80f

Complementary Color

#abe80f #4c0fe8

#abe80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe80f Color CSS Codes

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

#abe80f Text Font Color

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

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


#abe80f Background Color

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

This div background color is #abe80f


#abe80f Border Color

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

This div border color is #abe80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe80f


Comments

No comments written yet.

Please login to write comment.