Color Hex Logo

#80dfdc Color Hex

#80DFDC
(128,223,220)
0 Favorites   0 Comments

Color spaces of #80dfdc

RGB 128223220
HSL0.490.600.69
HSV178°43°87°
CMYK 0.430.000.01   0.13
XYZ48.208062.531977.2392
Yxy62.53190.25650.3327
Hunter Lab79.0771-29.5655-2.5580
CIE-Lab83.1955-28.8202-7.3436

#80dfdc color RGB value is (128,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11011100
Octal 200 337 334
Decimal 128 223 220
Hex 80 DF DC

RGB Percentages of Color #80dfdc

%22.42
%39.05
%38.53

CMYK Percentages of Color #80dfdc

%43
%0
%1
%13

Triadic Colors of #80dfdc

#80dfdc #dc80df #dfdc80

Analogous Colors of #80dfdc

#80dfdc #80b3df #80dfad

Monochromatic Colors of #80dfdc

#80dfdc

Complementary Color

#80dfdc #df8083

#80dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfdc Color CSS Codes

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

#80dfdc Text Font Color

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

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


#80dfdc Background Color

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

This div background color is #80dfdc


#80dfdc Border Color

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

This div border color is #80dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfdc


Comments

No comments written yet.

Please login to write comment.