Color Hex Logo

#80eccd Color Hex

#80ECCD
(128,236,205)
0 Favorites   0 Comments

Color spaces of #80eccd

RGB 128236205
HSL0.450.740.71
HSV163°46°93°
CMYK 0.460.000.13   0.07
XYZ49.917068.987968.4427
Yxy68.98790.26640.3682
Hunter Lab83.0590-38.07779.2848
CIE-Lab86.4981-38.39815.3965

#80eccd color RGB value is (128,236,205).

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

The process color (four color CMYK) of #80eccd color hex is 0.46, 0.00, 0.13, 0.07. Web safe color of #80eccd is #99ffcc. Color #80eccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101100 11001101
Octal 200 354 315
Decimal 128 236 205
Hex 80 EC CD

RGB Percentages of Color #80eccd

%22.50
%41.48
%36.03

CMYK Percentages of Color #80eccd

%46
%0
%13
%7

Triadic Colors of #80eccd

#80eccd #cd80ec #eccd80

Analogous Colors of #80eccd

#80eccd #80d5ec #80ec97

Monochromatic Colors of #80eccd

#80eccd

Complementary Color

#80eccd #ec809f

#80eccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eccd Color CSS Codes

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

#80eccd Text Font Color

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

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


#80eccd Background Color

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

This div background color is #80eccd


#80eccd Border Color

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

This div border color is #80eccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eccd


Comments

No comments written yet.

Please login to write comment.