Color Hex Logo

#abfe71 Color Hex

#ABFE71
(171,254,113)
0 Favorites   0 Comments

Color spaces of #abfe71

RGB 171254113
HSL0.260.990.72
HSV95°56°100°
CMYK 0.330.000.56   0.00
XYZ55.217080.733828.2957
Yxy80.73380.33620.4915
Hunter Lab89.8520-47.546944.2251
CIE-Lab92.0131-48.370058.6003

#abfe71 color RGB value is (171,254,113).

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

The process color (four color CMYK) of #abfe71 color hex is 0.33, 0.00, 0.56, 0.00. Web safe color of #abfe71 is #99ff66. Color #abfe71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 01110001
Octal 253 376 161
Decimal 171 254 113
Hex AB FE 71

RGB Percentages of Color #abfe71

%31.78
%47.21
%21.00

CMYK Percentages of Color #abfe71

%33
%0
%56
%0

Triadic Colors of #abfe71

#abfe71 #71abfe #fe71ab

Analogous Colors of #abfe71

#abfe71 #71fe7e #f2fe71

Monochromatic Colors of #abfe71

#abfe71

Complementary Color

#abfe71 #c471fe

#abfe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe71 Color CSS Codes

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

#abfe71 Text Font Color

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

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


#abfe71 Background Color

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

This div background color is #abfe71


#abfe71 Border Color

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

This div border color is #abfe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe71


Comments

No comments written yet.

Please login to write comment.