Color Hex Logo

#80dfda Color Hex

#80DFDA
(128,223,218)
0 Favorites   0 Comments

Color spaces of #80dfda

RGB 128223218
HSL0.490.600.69
HSV177°43°87°
CMYK 0.430.000.02   0.13
XYZ47.944762.426575.8522
Yxy62.42650.25750.3352
Hunter Lab79.0104-29.9518-1.6127
CIE-Lab83.1397-29.3071-6.3656

#80dfda color RGB value is (128,223,218).

#80dfda hex color red value is 128, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #80dfda hue: 0.49 , saturation: 0.60 and the lightness value of 80dfda is 0.69.

The process color (four color CMYK) of #80dfda color hex is 0.43, 0.00, 0.02, 0.13. Web safe color of #80dfda is #99cccc. Color #80dfda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11011010
Octal 200 337 332
Decimal 128 223 218
Hex 80 DF DA

RGB Percentages of Color #80dfda

%22.50
%39.19
%38.31

CMYK Percentages of Color #80dfda

%43
%0
%2
%13

Triadic Colors of #80dfda

#80dfda #da80df #dfda80

Analogous Colors of #80dfda

#80dfda #80b5df #80dfab

Monochromatic Colors of #80dfda

#80dfda

Complementary Color

#80dfda #df8085

#80dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfda Color CSS Codes

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

#80dfda Text Font Color

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

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


#80dfda Background Color

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

This div background color is #80dfda


#80dfda Border Color

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

This div border color is #80dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfda


Comments

No comments written yet.

Please login to write comment.