Color Hex Logo

#80fedc Color Hex

#80FEDC
(128,254,220)
0 Favorites   0 Comments

Color spaces of #80fedc

RGB 128254220
HSL0.460.980.75
HSV164°50°100°
CMYK 0.500.000.13   0.00
XYZ57.262280.640180.2572
Yxy80.64010.26250.3696
Hunter Lab89.7998-43.32659.8704
CIE-Lab91.9713-43.10125.4936

#80fedc color RGB value is (128,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11011100
Octal 200 376 334
Decimal 128 254 220
Hex 80 FE DC

RGB Percentages of Color #80fedc

%21.26
%42.19
%36.54

CMYK Percentages of Color #80fedc

%50
%0
%13
%0

Triadic Colors of #80fedc

#80fedc #dc80fe #fedc80

Analogous Colors of #80fedc

#80fedc #80e1fe #80fe9d

Monochromatic Colors of #80fedc

#80fedc

Complementary Color

#80fedc #fe80a2

#80fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fedc Color CSS Codes

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

#80fedc Text Font Color

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

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


#80fedc Background Color

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

This div background color is #80fedc


#80fedc Border Color

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

This div border color is #80fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fedc


Comments

No comments written yet.

Please login to write comment.