Color Hex Logo

#80dfce Color Hex

#80DFCE
(128,223,206)
0 Favorites   0 Comments

Color spaces of #80dfce

RGB 128223206
HSL0.470.600.69
HSV169°43°87°
CMYK 0.430.000.08   0.13
XYZ46.430361.820867.8780
Yxy61.82080.26360.3510
Hunter Lab78.6262-32.18813.8533
CIE-Lab82.8180-32.1561-0.4759

#80dfce color RGB value is (128,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11001110
Octal 200 337 316
Decimal 128 223 206
Hex 80 DF CE

RGB Percentages of Color #80dfce

%22.98
%40.04
%36.98

CMYK Percentages of Color #80dfce

%43
%0
%8
%13

Triadic Colors of #80dfce

#80dfce #ce80df #dfce80

Analogous Colors of #80dfce

#80dfce #80c1df #80df9f

Monochromatic Colors of #80dfce

#80dfce

Complementary Color

#80dfce #df8091

#80dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfce Color CSS Codes

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

#80dfce Text Font Color

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

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


#80dfce Background Color

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

This div background color is #80dfce


#80dfce Border Color

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

This div border color is #80dfce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,223,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 #80dfce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfce


Comments

No comments written yet.

Please login to write comment.