Color Hex Logo

#80feac Color Hex

#80FEAC
(128,254,172)
0 Favorites   0 Comments

Color spaces of #80feac

RGB 128254172
HSL0.390.980.75
HSV141°50°100°
CMYK 0.500.000.32   0.00
XYZ51.790378.451451.4427
Yxy78.45140.28510.4318
Hunter Lab88.5728-50.629827.5656
CIE-Lab90.9855-52.756028.6875

#80feac color RGB value is (128,254,172).

#80feac hex color red value is 128, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #80feac hue: 0.39 , saturation: 0.98 and the lightness value of 80feac is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 10101100
Octal 200 376 254
Decimal 128 254 172
Hex 80 FE AC

RGB Percentages of Color #80feac

%23.10
%45.85
%31.05

CMYK Percentages of Color #80feac

%50
%0
%32
%0

Triadic Colors of #80feac

#80feac #ac80fe #feac80

Analogous Colors of #80feac

#80feac #80feeb #93fe80

Monochromatic Colors of #80feac

#80feac

Complementary Color

#80feac #fe80d2

#80feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#80feac Color CSS Codes

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

#80feac Text Font Color

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

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


#80feac Background Color

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

This div background color is #80feac


#80feac Border Color

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

This div border color is #80feac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,254,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80feac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80feac;
  -webkit-box-shadow: 1px 1px 3px 2px #80feac;
  box-shadow:         1px 1px 3px 2px #80feac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80feac

Related Colors


Comments

No comments written yet.

Please login to write comment.