Color Hex Logo

#80dedf Color Hex

#80DEDF
(128,222,223)
0 Favorites   0 Comments

Color spaces of #80dedf

RGB 128222223
HSL0.500.600.69
HSV181°43°87°
CMYK 0.430.000.00   0.13
XYZ48.342662.159579.2621
Yxy62.15950.25480.3276
Hunter Lab78.8413-28.5226-4.4175
CIE-Lab82.9982-27.5990-9.2276

#80dedf color RGB value is (128,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11011111
Octal 200 336 337
Decimal 128 222 223
Hex 80 DE DF

RGB Percentages of Color #80dedf

%22.34
%38.74
%38.92

CMYK Percentages of Color #80dedf

%43
%0
%0
%13

Triadic Colors of #80dedf

#80dedf #df80de #dedf80

Analogous Colors of #80dedf

#80dedf #80afdf #80dfb1

Monochromatic Colors of #80dedf

#80dedf

Complementary Color

#80dedf #df8180

#80dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dedf Color CSS Codes

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

#80dedf Text Font Color

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

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


#80dedf Background Color

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

This div background color is #80dedf


#80dedf Border Color

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

This div border color is #80dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dedf


Comments

No comments written yet.

Please login to write comment.