Color Hex Logo

#abff80 Color Hex

#ABFF80
(171,255,128)
0 Favorites   0 Comments

Color spaces of #abff80

RGB 171255128
HSL0.281.000.75
HSV100°50°100°
CMYK 0.330.000.50   0.00
XYZ56.450981.736433.2235
Yxy81.73640.32930.4768
Hunter Lab90.4082-46.758941.4976
CIE-Lab92.4584-47.204652.3518

#abff80 color RGB value is (171,255,128).

#abff80 hex color red value is 171, green value is 255 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #abff80 hue: 0.28 , saturation: 1.00 and the lightness value of abff80 is 0.75.

The process color (four color CMYK) of #abff80 color hex is 0.33, 0.00, 0.50, 0.00. Web safe color of #abff80 is #99ff99. Color #abff80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10000000
Octal 253 377 200
Decimal 171 255 128
Hex AB FF 80

RGB Percentages of Color #abff80

%30.87
%46.03
%23.10

CMYK Percentages of Color #abff80

%33
%0
%50
%0

Triadic Colors of #abff80

#abff80 #80abff #ff80ab

Analogous Colors of #abff80

#abff80 #80ff95 #ebff80

Monochromatic Colors of #abff80

#abff80

Complementary Color

#abff80 #d480ff

#abff80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abff80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abff80 Color CSS Codes

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

#abff80 Text Font Color

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

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


#abff80 Background Color

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

This div background color is #abff80


#abff80 Border Color

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

This div border color is #abff80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abff80

Related Colors


Comments

No comments written yet.

Please login to write comment.