Color Hex Logo

#80ffda Color Hex

#80FFDA
(128,255,218)
0 Favorites   0 Comments

Color spaces of #80ffda

RGB 128255218
HSL0.451.000.75
HSV163°50°100°
CMYK 0.500.000.15   0.00
XYZ57.317081.171178.9763
Yxy81.17110.26360.3733
Hunter Lab90.0950-44.107411.0935
CIE-Lab92.2078-43.98586.8675

#80ffda color RGB value is (128,255,218).

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

The process color (four color CMYK) of #80ffda color hex is 0.50, 0.00, 0.15, 0.00. Web safe color of #80ffda is #99ffcc. Color #80ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111111 11011010
Octal 200 377 332
Decimal 128 255 218
Hex 80 FF DA

RGB Percentages of Color #80ffda

%21.30
%42.43
%36.27

CMYK Percentages of Color #80ffda

%50
%0
%15
%0

Triadic Colors of #80ffda

#80ffda #da80ff #ffda80

Analogous Colors of #80ffda

#80ffda #80e5ff #80ff9b

Monochromatic Colors of #80ffda

#80ffda

Complementary Color

#80ffda #ff80a5

#80ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ffda Color CSS Codes

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

#80ffda Text Font Color

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

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


#80ffda Background Color

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

This div background color is #80ffda


#80ffda Border Color

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

This div border color is #80ffda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,255,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 #80ffda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ffda


Comments

No comments written yet.

Please login to write comment.