Color Hex Logo

#80fef1 Color Hex

#80FEF1
(128,254,241)
0 Favorites   0 Comments

Color spaces of #80fef1

RGB 128254241
HSL0.480.980.75
HSV174°50°100°
CMYK 0.500.000.05   0.00
XYZ60.221181.823795.8387
Yxy81.82370.25320.3440
Hunter Lab90.4565-39.46300.5017
CIE-Lab92.4970-38.2152-4.6075

#80fef1 color RGB value is (128,254,241).

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

The process color (four color CMYK) of #80fef1 color hex is 0.50, 0.00, 0.05, 0.00. Web safe color of #80fef1 is #99ffff. Color #80fef1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11110001
Octal 200 376 361
Decimal 128 254 241
Hex 80 FE F1

RGB Percentages of Color #80fef1

%20.55
%40.77
%38.68

CMYK Percentages of Color #80fef1

%50
%0
%5
%0

Triadic Colors of #80fef1

#80fef1 #f180fe #fef180

Analogous Colors of #80fef1

#80fef1 #80ccfe #80feb2

Monochromatic Colors of #80fef1

#80fef1

Complementary Color

#80fef1 #fe808d

#80fef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fef1 Color CSS Codes

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

#80fef1 Text Font Color

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

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


#80fef1 Background Color

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

This div background color is #80fef1


#80fef1 Border Color

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

This div border color is #80fef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fef1


Comments

No comments written yet.

Please login to write comment.