Color Hex Logo

#80fedd Color Hex

#80FEDD
(128,254,221)
0 Favorites   0 Comments

Color spaces of #80fedd

RGB 128254221
HSL0.460.980.75
HSV164°50°100°
CMYK 0.500.000.13   0.00
XYZ57.395080.693380.9569
Yxy80.69330.26200.3684
Hunter Lab89.8294-43.15209.4468
CIE-Lab91.9950-42.87735.0110

#80fedd color RGB value is (128,254,221).

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

The process color (four color CMYK) of #80fedd color hex is 0.50, 0.00, 0.13, 0.00. Web safe color of #80fedd is #99ffcc. Color #80fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11011101
Octal 200 376 335
Decimal 128 254 221
Hex 80 FE DD

RGB Percentages of Color #80fedd

%21.23
%42.12
%36.65

CMYK Percentages of Color #80fedd

%50
%0
%13
%0

Triadic Colors of #80fedd

#80fedd #dd80fe #fedd80

Analogous Colors of #80fedd

#80fedd #80e0fe #80fe9e

Monochromatic Colors of #80fedd

#80fedd

Complementary Color

#80fedd #fe80a1

#80fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fedd Color CSS Codes

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

#80fedd Text Font Color

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

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


#80fedd Background Color

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

This div background color is #80fedd


#80fedd Border Color

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

This div border color is #80fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fedd


Comments

No comments written yet.

Please login to write comment.