Color Hex Logo

#80efda Color Hex

#80EFDA
(128,239,218)
0 Favorites   0 Comments

Color spaces of #80efda

RGB 128239218
HSL0.470.780.72
HSV169°46°94°
CMYK 0.460.000.09   0.06
XYZ52.423571.384277.3452
Yxy71.38420.26060.3549
Hunter Lab84.4892-37.10114.8657
CIE-Lab87.6713-36.81320.2918

#80efda color RGB value is (128,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101111 11011010
Octal 200 357 332
Decimal 128 239 218
Hex 80 EF DA

RGB Percentages of Color #80efda

%21.88
%40.85
%37.26

CMYK Percentages of Color #80efda

%46
%0
%9
%6

Triadic Colors of #80efda

#80efda #da80ef #efda80

Analogous Colors of #80efda

#80efda #80cdef #80efa3

Monochromatic Colors of #80efda

#80efda

Complementary Color

#80efda #ef8095

#80efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80efda Color CSS Codes

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

#80efda Text Font Color

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

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


#80efda Background Color

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

This div background color is #80efda


#80efda Border Color

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

This div border color is #80efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80efda


Comments

No comments written yet.

Please login to write comment.