Color Hex Logo

#80ffef Color Hex

#80FFEF
(128,255,239)
0 Favorites   0 Comments

Color spaces of #80ffef

RGB 128255239
HSL0.481.000.75
HSV172°50°100°
CMYK 0.500.000.06   0.00
XYZ60.242182.341294.3797
Yxy82.34120.25420.3475
Hunter Lab90.7421-40.29551.8526
CIE-Lab92.7252-39.1492-3.2363

#80ffef color RGB value is (128,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111111 11101111
Octal 200 377 357
Decimal 128 255 239
Hex 80 FF EF

RGB Percentages of Color #80ffef

%20.58
%41.00
%38.42

CMYK Percentages of Color #80ffef

%50
%0
%6
%0

Triadic Colors of #80ffef

#80ffef #ef80ff #ffef80

Analogous Colors of #80ffef

#80ffef #80d0ff #80ffb0

Monochromatic Colors of #80ffef

#80ffef

Complementary Color

#80ffef #ff8090

#80ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ffef Color CSS Codes

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

#80ffef Text Font Color

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

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


#80ffef Background Color

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

This div background color is #80ffef


#80ffef Border Color

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

This div border color is #80ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ffef

Related Colors

#80ffef Color Palettes


Comments

No comments written yet.

Please login to write comment.