Color Hex Logo

#80feaf Color Hex

#80FEAF
(128,254,175)
0 Favorites   0 Comments

Color spaces of #80feaf

RGB 128254175
HSL0.400.980.75
HSV142°50°100°
CMYK 0.500.000.31   0.00
XYZ52.081878.568052.9776
Yxy78.56800.28360.4279
Hunter Lab88.6386-50.235426.6105
CIE-Lab91.0385-52.219627.2447

#80feaf color RGB value is (128,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 10101111
Octal 200 376 257
Decimal 128 254 175
Hex 80 FE AF

RGB Percentages of Color #80feaf

%22.98
%45.60
%31.42

CMYK Percentages of Color #80feaf

%50
%0
%31
%0

Triadic Colors of #80feaf

#80feaf #af80fe #feaf80

Analogous Colors of #80feaf

#80feaf #80feee #90fe80

Monochromatic Colors of #80feaf

#80feaf

Complementary Color

#80feaf #fe80cf

#80feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80feaf Color CSS Codes

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

#80feaf Text Font Color

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

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


#80feaf Background Color

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

This div background color is #80feaf


#80feaf Border Color

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

This div border color is #80feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.