Color Hex Logo

#80dfcc Color Hex

#80DFCC
(128,223,204)
0 Favorites   0 Comments

Color spaces of #80dfcc

RGB 128223204
HSL0.470.600.69
HSV168°43°87°
CMYK 0.430.000.09   0.13
XYZ46.188861.724266.6063
Yxy61.72420.26470.3537
Hunter Lab78.5648-32.54684.7299
CIE-Lab82.7665-32.61810.5090

#80dfcc color RGB value is (128,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11001100
Octal 200 337 314
Decimal 128 223 204
Hex 80 DF CC

RGB Percentages of Color #80dfcc

%23.06
%40.18
%36.76

CMYK Percentages of Color #80dfcc

%43
%0
%9
%13

Triadic Colors of #80dfcc

#80dfcc #cc80df #dfcc80

Analogous Colors of #80dfcc

#80dfcc #80c3df #80df9d

Monochromatic Colors of #80dfcc

#80dfcc

Complementary Color

#80dfcc #df8093

#80dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfcc Color CSS Codes

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

#80dfcc Text Font Color

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

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


#80dfcc Background Color

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

This div background color is #80dfcc


#80dfcc Border Color

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

This div border color is #80dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfcc


Comments

No comments written yet.

Please login to write comment.