Color Hex Logo

#80cccf Color Hex

#80CCCF
(128,204,207)
0 Favorites   0 Comments

Color spaces of #80cccf

RGB 128204207
HSL0.510.450.66
HSV182°38°81°
CMYK 0.380.010.00   0.19
XYZ41.757452.279966.9217
Yxy52.27990.25940.3248
Hunter Lab72.3048-23.4464-4.2624
CIE-Lab77.4479-22.6894-8.9286

#80cccf color RGB value is (128,204,207).

#80cccf hex color red value is 128, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #80cccf hue: 0.51 , saturation: 0.45 and the lightness value of 80cccf is 0.66.

The process color (four color CMYK) of #80cccf color hex is 0.38, 0.01, 0.00, 0.19. Web safe color of #80cccf is #99cccc. Color #80cccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 11001111
Octal 200 314 317
Decimal 128 204 207
Hex 80 CC CF

RGB Percentages of Color #80cccf

%23.75
%37.85
%38.40

CMYK Percentages of Color #80cccf

%38
%1
%0
%19

Triadic Colors of #80cccf

#80cccf #cf80cc #cccf80

Analogous Colors of #80cccf

#80cccf #80a5cf #80cfab

Monochromatic Colors of #80cccf

#80cccf

Complementary Color

#80cccf #cf8380

#80cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cccf Color CSS Codes

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

#80cccf Text Font Color

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

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


#80cccf Background Color

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

This div background color is #80cccf


#80cccf Border Color

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

This div border color is #80cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cccf


Comments

No comments written yet.

Please login to write comment.