Color Hex Logo

#80efdb Color Hex

#80EFDB
(128,239,219)
0 Favorites   0 Comments

Color spaces of #80efdb

RGB 128239219
HSL0.470.780.72
HSV169°46°94°
CMYK 0.460.000.08   0.06
XYZ52.554871.436778.0366
Yxy71.43670.26010.3536
Hunter Lab84.5202-36.91894.4224
CIE-Lab87.6967-36.5807-0.1945

#80efdb color RGB value is (128,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101111 11011011
Octal 200 357 333
Decimal 128 239 219
Hex 80 EF DB

RGB Percentages of Color #80efdb

%21.84
%40.78
%37.37

CMYK Percentages of Color #80efdb

%46
%0
%8
%6

Triadic Colors of #80efdb

#80efdb #db80ef #efdb80

Analogous Colors of #80efdb

#80efdb #80ccef #80efa4

Monochromatic Colors of #80efdb

#80efdb

Complementary Color

#80efdb #ef8094

#80efdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80efdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80efdb Color CSS Codes

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

#80efdb Text Font Color

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

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


#80efdb Background Color

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

This div background color is #80efdb


#80efdb Border Color

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

This div border color is #80efdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80efdb


Comments

No comments written yet.

Please login to write comment.