Color Hex Logo

#80efde Color Hex

#80EFDE
(128,239,222)
0 Favorites   0 Comments

Color spaces of #80efde

RGB 128239222
HSL0.470.780.72
HSV171°46°94°
CMYK 0.460.000.07   0.06
XYZ52.953471.596180.1357
Yxy71.59610.25870.3498
Hunter Lab84.6145-36.36653.0784
CIE-Lab87.7738-35.8780-1.6523

#80efde color RGB value is (128,239,222).

#80efde hex color red value is 128, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #80efde hue: 0.47 , saturation: 0.78 and the lightness value of 80efde is 0.72.

The process color (four color CMYK) of #80efde color hex is 0.46, 0.00, 0.07, 0.06. Web safe color of #80efde is #99ffcc. Color #80efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101111 11011110
Octal 200 357 336
Decimal 128 239 222
Hex 80 EF DE

RGB Percentages of Color #80efde

%21.73
%40.58
%37.69

CMYK Percentages of Color #80efde

%46
%0
%7
%6

Triadic Colors of #80efde

#80efde #de80ef #efde80

Analogous Colors of #80efde

#80efde #80c9ef #80efa7

Monochromatic Colors of #80efde

#80efde

Complementary Color

#80efde #ef8091

#80efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#80efde Color CSS Codes

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

#80efde Text Font Color

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

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


#80efde Background Color

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

This div background color is #80efde


#80efde Border Color

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

This div border color is #80efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80efde


Comments

No comments written yet.

Please login to write comment.