Color Hex Logo

#80feed Color Hex

#80FEED
(128,254,237)
0 Favorites   0 Comments

Color spaces of #80feed

RGB 128254237
HSL0.480.980.75
HSV172°50°100°
CMYK 0.500.000.07   0.00
XYZ59.630081.587292.7258
Yxy81.58720.25490.3487
Hunter Lab90.3256-40.23012.3625
CIE-Lab92.3924-39.1739-2.6898

#80feed color RGB value is (128,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11101101
Octal 200 376 355
Decimal 128 254 237
Hex 80 FE ED

RGB Percentages of Color #80feed

%20.68
%41.03
%38.29

CMYK Percentages of Color #80feed

%50
%0
%7
%0

Triadic Colors of #80feed

#80feed #ed80fe #feed80

Analogous Colors of #80feed

#80feed #80d0fe #80feae

Monochromatic Colors of #80feed

#80feed

Complementary Color

#80feed #fe8091

#80feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#80feed Color CSS Codes

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

#80feed Text Font Color

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

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


#80feed Background Color

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

This div background color is #80feed


#80feed Border Color

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

This div border color is #80feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80feed

Related Colors


Comments

No comments written yet.

Please login to write comment.