Color Hex Logo

#80fdcd Color Hex

#80FDCD
(128,253,205)
0 Favorites   0 Comments

Color spaces of #80fdcd

RGB 128253205
HSL0.440.970.75
HSV157°49°99°
CMYK 0.490.000.19   0.01
XYZ55.046879.247570.1526
Yxy79.24750.26920.3876
Hunter Lab89.0211-45.410115.5916
CIE-Lab91.3462-45.924412.3403

#80fdcd color RGB value is (128,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111101 11001101
Octal 200 375 315
Decimal 128 253 205
Hex 80 FD CD

RGB Percentages of Color #80fdcd

%21.84
%43.17
%34.98

CMYK Percentages of Color #80fdcd

%49
%0
%19
%1

Triadic Colors of #80fdcd

#80fdcd #cd80fd #fdcd80

Analogous Colors of #80fdcd

#80fdcd #80effd #80fd8f

Monochromatic Colors of #80fdcd

#80fdcd

Complementary Color

#80fdcd #fd80b0

#80fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fdcd Color CSS Codes

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

#80fdcd Text Font Color

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

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


#80fdcd Background Color

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

This div background color is #80fdcd


#80fdcd Border Color

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

This div border color is #80fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fdcd


Comments

No comments written yet.

Please login to write comment.