Color Hex Logo

#abfe20 Color Hex

#ABFE20
(171,254,32)
0 Favorites   0 Comments

Color spaces of #abfe20

RGB 17125432
HSL0.230.990.56
HSV82°87°100°
CMYK 0.330.000.87   0.00
XYZ52.497179.645813.9728
Yxy79.64580.35930.5451
Hunter Lab89.2445-51.177253.1883
CIE-Lab91.5257-53.235184.5093

#abfe20 color RGB value is (171,254,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 00100000
Octal 253 376 40
Decimal 171 254 32
Hex AB FE 20

RGB Percentages of Color #abfe20

%37.42
%55.58
%7.00

CMYK Percentages of Color #abfe20

%33
%0
%87
%0

Triadic Colors of #abfe20

#abfe20 #20abfe #fe20ab

Analogous Colors of #abfe20

#abfe20 #3cfe20 #fee220

Monochromatic Colors of #abfe20

#abfe20

Complementary Color

#abfe20 #7320fe

#abfe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe20 Color CSS Codes

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

#abfe20 Text Font Color

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

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


#abfe20 Background Color

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

This div background color is #abfe20


#abfe20 Border Color

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

This div border color is #abfe20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe20

Related Colors


Comments

No comments written yet.

Please login to write comment.