Color Hex Logo

#80dccf Color Hex

#80DCCF
(128,220,207)
0 Favorites   0 Comments

Color spaces of #80dccf

RGB 128220207
HSL0.480.570.68
HSV172°42°86°
CMYK 0.420.000.06   0.14
XYZ45.757860.280668.2551
Yxy60.28060.26250.3459
Hunter Lab77.6406-30.67132.2256
CIE-Lab81.9905-30.4995-2.2186

#80dccf color RGB value is (128,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 11001111
Octal 200 334 317
Decimal 128 220 207
Hex 80 DC CF

RGB Percentages of Color #80dccf

%23.06
%39.64
%37.30

CMYK Percentages of Color #80dccf

%42
%0
%6
%14

Triadic Colors of #80dccf

#80dccf #cf80dc #dccf80

Analogous Colors of #80dccf

#80dccf #80bbdc #80dca1

Monochromatic Colors of #80dccf

#80dccf

Complementary Color

#80dccf #dc808d

#80dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dccf Color CSS Codes

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

#80dccf Text Font Color

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

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


#80dccf Background Color

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

This div background color is #80dccf


#80dccf Border Color

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

This div border color is #80dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dccf


Comments

No comments written yet.

Please login to write comment.