Color Hex Logo

#80cfcd Color Hex

#80CFCD
(128,207,205)
0 Favorites   0 Comments

Color spaces of #80cfcd

RGB 128207205
HSL0.500.450.66
HSV178°38°81°
CMYK 0.380.000.01   0.19
XYZ42.234453.622665.8818
Yxy53.62260.26110.3315
Hunter Lab73.2275-25.1970-2.0832
CIE-Lab78.2412-24.6667-6.6755

#80cfcd color RGB value is (128,207,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11001101
Octal 200 317 315
Decimal 128 207 205
Hex 80 CF CD

RGB Percentages of Color #80cfcd

%23.70
%38.33
%37.96

CMYK Percentages of Color #80cfcd

%38
%0
%1
%19

Triadic Colors of #80cfcd

#80cfcd #cd80cf #cfcd80

Analogous Colors of #80cfcd

#80cfcd #80aacf #80cfa6

Monochromatic Colors of #80cfcd

#80cfcd

Complementary Color

#80cfcd #cf8082

#80cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfcd Color CSS Codes

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

#80cfcd Text Font Color

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

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


#80cfcd Background Color

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

This div background color is #80cfcd


#80cfcd Border Color

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

This div border color is #80cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfcd


Comments

No comments written yet.

Please login to write comment.