Color Hex Logo

#80dfcd Color Hex

#80DFCD
(128,223,205)
0 Favorites   0 Comments

Color spaces of #80dfcd

RGB 128223205
HSL0.470.600.69
HSV169°43°87°
CMYK 0.430.000.08   0.13
XYZ46.309261.772367.2401
Yxy61.77230.26410.3523
Hunter Lab78.5954-32.36784.2928
CIE-Lab82.7922-32.38740.0164

#80dfcd color RGB value is (128,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11001101
Octal 200 337 315
Decimal 128 223 205
Hex 80 DF CD

RGB Percentages of Color #80dfcd

%23.02
%40.11
%36.87

CMYK Percentages of Color #80dfcd

%43
%0
%8
%13

Triadic Colors of #80dfcd

#80dfcd #cd80df #dfcd80

Analogous Colors of #80dfcd

#80dfcd #80c2df #80df9e

Monochromatic Colors of #80dfcd

#80dfcd

Complementary Color

#80dfcd #df8092

#80dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfcd Color CSS Codes

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

#80dfcd Text Font Color

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

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


#80dfcd Background Color

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

This div background color is #80dfcd


#80dfcd Border Color

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

This div border color is #80dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfcd


Comments

No comments written yet.

Please login to write comment.