Color Hex Logo

#80ddcf Color Hex

#80DDCF
(128,221,207)
0 Favorites   0 Comments

Color spaces of #80ddcf

RGB 128221207
HSL0.470.580.68
HSV171°42°87°
CMYK 0.420.000.06   0.13
XYZ46.021060.807168.3429
Yxy60.80710.26270.3471
Hunter Lab77.9789-31.11732.6218
CIE-Lab82.2749-30.9757-1.8015

#80ddcf color RGB value is (128,221,207).

#80ddcf hex color red value is 128, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #80ddcf hue: 0.47 , saturation: 0.58 and the lightness value of 80ddcf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11001111
Octal 200 335 317
Decimal 128 221 207
Hex 80 DD CF

RGB Percentages of Color #80ddcf

%23.02
%39.75
%37.23

CMYK Percentages of Color #80ddcf

%42
%0
%6
%13

Triadic Colors of #80ddcf

#80ddcf #cf80dd #ddcf80

Analogous Colors of #80ddcf

#80ddcf #80bddd #80dda1

Monochromatic Colors of #80ddcf

#80ddcf

Complementary Color

#80ddcf #dd808e

#80ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddcf Color CSS Codes

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

#80ddcf Text Font Color

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

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


#80ddcf Background Color

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

This div background color is #80ddcf


#80ddcf Border Color

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

This div border color is #80ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddcf


Comments

No comments written yet.

Please login to write comment.