color codes Logo

#80dfdb color codes

#80DFDB
(128,223,219)
0 Favorites   0 Comments

Color spaces of #80dfdb

RGB 128223219
HSL0.490.600.69
HSV177°43°87°
CMYK 0.430.000.02   0.13
XYZ48.075962.479076.5436
Yxy62.47900.25700.3339
Hunter Lab79.0437-29.7592-2.0842
CIE-Lab83.1675-29.0641-6.8548

#80dfdb color RGB value is (128,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11011011
Octal 200 337 333
Decimal 128 223 219
Hex 80 DF DB

RGB Percentages of Color #80dfdb

%22.46
%39.12
%38.42

CMYK Percentages of Color #80dfdb

%43
%0
%2
%13

Triadic Colors of #80dfdb

#80dfdb #db80df #dfdb80

Analogous Colors of #80dfdb

#80dfdb #80b4df #80dfac

Monochromatic Colors of #80dfdb

#80dfdb

Complementary Color

#80dfdb #df8084

#80dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfdb Color CSS Codes

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

#80dfdb Text Font Color

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

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


#80dfdb Background Color

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

This div background color is #80dfdb


#80dfdb Border Color

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

This div border color is #80dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfdb


Comments

No comments written yet.

Please login to write comment.