Color Hex Logo

#80ddce Color Hex

#80DDCE
(128,221,206)
0 Favorites   0 Comments

Color spaces of #80ddce

RGB 128221206
HSL0.470.580.68
HSV170°42°87°
CMYK 0.420.000.07   0.13
XYZ45.899160.758367.7009
Yxy60.75830.26320.3485
Hunter Lab77.9476-31.29943.0674
CIE-Lab82.2486-31.2093-1.3089

#80ddce color RGB value is (128,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11001110
Octal 200 335 316
Decimal 128 221 206
Hex 80 DD CE

RGB Percentages of Color #80ddce

%23.06
%39.82
%37.12

CMYK Percentages of Color #80ddce

%42
%0
%7
%13

Triadic Colors of #80ddce

#80ddce #ce80dd #ddce80

Analogous Colors of #80ddce

#80ddce #80bedd #80dda0

Monochromatic Colors of #80ddce

#80ddce

Complementary Color

#80ddce #dd808f

#80ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddce Color CSS Codes

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

#80ddce Text Font Color

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

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


#80ddce Background Color

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

This div background color is #80ddce


#80ddce Border Color

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

This div border color is #80ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddce


Comments

No comments written yet.

Please login to write comment.