Color Hex Logo

#abfe2e Color Hex

#ABFE2E
(171,254,46)
0 Favorites   0 Comments

Color spaces of #abfe2e

RGB 17125446
HSL0.230.990.59
HSV84°82°100°
CMYK 0.330.000.82   0.00
XYZ52.729579.738815.1968
Yxy79.73880.35710.5400
Hunter Lab89.2966-50.865052.4174
CIE-Lab91.5675-52.810981.7178

#abfe2e color RGB value is (171,254,46).

#abfe2e hex color red value is 171, green value is 254 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abfe2e hue: 0.23 , saturation: 0.99 and the lightness value of abfe2e is 0.59.

The process color (four color CMYK) of #abfe2e color hex is 0.33, 0.00, 0.82, 0.00. Web safe color of #abfe2e is #99ff33. Color #abfe2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 00101110
Octal 253 376 56
Decimal 171 254 46
Hex AB FE 2E

RGB Percentages of Color #abfe2e

%36.31
%53.93
%9.77

CMYK Percentages of Color #abfe2e

%33
%0
%82
%0

Triadic Colors of #abfe2e

#abfe2e #2eabfe #fe2eab

Analogous Colors of #abfe2e

#abfe2e #43fe2e #fee92e

Monochromatic Colors of #abfe2e

#abfe2e

Complementary Color

#abfe2e #812efe

#abfe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe2e Color CSS Codes

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

#abfe2e Text Font Color

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

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


#abfe2e Background Color

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

This div background color is #abfe2e


#abfe2e Border Color

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

This div border color is #abfe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe2e


Comments

No comments written yet.

Please login to write comment.