Color Hex Logo

#80feea Color Hex

#80FEEA
(128,254,234)
0 Favorites   0 Comments

Color spaces of #80feea

RGB 128254234
HSL0.470.980.75
HSV170°50°100°
CMYK 0.500.000.08   0.00
XYZ59.195281.413390.4363
Yxy81.41330.25620.3524
Hunter Lab90.2293-40.79593.7345
CIE-Lab92.3153-39.8846-1.2494

#80feea color RGB value is (128,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11101010
Octal 200 376 352
Decimal 128 254 234
Hex 80 FE EA

RGB Percentages of Color #80feea

%20.78
%41.23
%37.99

CMYK Percentages of Color #80feea

%50
%0
%8
%0

Triadic Colors of #80feea

#80feea #ea80fe #feea80

Analogous Colors of #80feea

#80feea #80d3fe #80feab

Monochromatic Colors of #80feea

#80feea

Complementary Color

#80feea #fe8094

#80feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80feea Color CSS Codes

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

#80feea Text Font Color

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

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


#80feea Background Color

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

This div background color is #80feea


#80feea Border Color

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

This div border color is #80feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80feea

Related Colors


Comments

No comments written yet.

Please login to write comment.