Color Hex Logo

#80fdda Color Hex

#80FDDA
(128,253,218)
0 Favorites   0 Comments

Color spaces of #80fdda

RGB 128253218
HSL0.450.970.75
HSV163°49°99°
CMYK 0.490.000.14   0.01
XYZ56.682379.901778.7648
Yxy79.90170.26320.3710
Hunter Lab89.3878-43.238710.3275
CIE-Lab91.6407-43.10676.0505

#80fdda color RGB value is (128,253,218).

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

The process color (four color CMYK) of #80fdda color hex is 0.49, 0.00, 0.14, 0.01. Web safe color of #80fdda is #99ffcc. Color #80fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111101 11011010
Octal 200 375 332
Decimal 128 253 218
Hex 80 FD DA

RGB Percentages of Color #80fdda

%21.37
%42.24
%36.39

CMYK Percentages of Color #80fdda

%49
%0
%14
%1

Triadic Colors of #80fdda

#80fdda #da80fd #fdda80

Analogous Colors of #80fdda

#80fdda #80e2fd #80fd9c

Monochromatic Colors of #80fdda

#80fdda

Complementary Color

#80fdda #fd80a3

#80fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fdda Color CSS Codes

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

#80fdda Text Font Color

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

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


#80fdda Background Color

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

This div background color is #80fdda


#80fdda Border Color

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

This div border color is #80fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fdda


Comments

No comments written yet.

Please login to write comment.