Color Hex Logo

#80fdcf Color Hex

#80FDCF
(128,253,207)
0 Favorites   0 Comments

Color spaces of #80fdcf

RGB 128253207
HSL0.440.970.75
HSV158°49°99°
CMYK 0.490.000.18   0.01
XYZ55.289979.344771.4325
Yxy79.34470.26830.3850
Hunter Lab89.0756-45.086114.8065
CIE-Lab91.3900-45.500911.3717

#80fdcf color RGB value is (128,253,207).

#80fdcf hex color red value is 128, green value is 253 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #80fdcf hue: 0.44 , saturation: 0.97 and the lightness value of 80fdcf is 0.75.

The process color (four color CMYK) of #80fdcf color hex is 0.49, 0.00, 0.18, 0.01. Web safe color of #80fdcf is #99ffcc. Color #80fdcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111101 11001111
Octal 200 375 317
Decimal 128 253 207
Hex 80 FD CF

RGB Percentages of Color #80fdcf

%21.77
%43.03
%35.20

CMYK Percentages of Color #80fdcf

%49
%0
%18
%1

Triadic Colors of #80fdcf

#80fdcf #cf80fd #fdcf80

Analogous Colors of #80fdcf

#80fdcf #80edfd #80fd91

Monochromatic Colors of #80fdcf

#80fdcf

Complementary Color

#80fdcf #fd80ae

#80fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fdcf Color CSS Codes

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

#80fdcf Text Font Color

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

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


#80fdcf Background Color

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

This div background color is #80fdcf


#80fdcf Border Color

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

This div border color is #80fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.