Color Hex Logo

#80edce Color Hex

#80EDCE
(128,237,206)
0 Favorites   0 Comments

Color spaces of #80edce

RGB 128237206
HSL0.450.750.72
HSV163°46°93°
CMYK 0.460.000.13   0.07
XYZ50.326969.613869.1768
Yxy69.61380.26610.3681
Hunter Lab83.4349-38.34209.2464
CIE-Lab86.8071-38.62905.3189

#80edce color RGB value is (128,237,206).

#80edce hex color red value is 128, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #80edce hue: 0.45 , saturation: 0.75 and the lightness value of 80edce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101101 11001110
Octal 200 355 316
Decimal 128 237 206
Hex 80 ED CE

RGB Percentages of Color #80edce

%22.42
%41.51
%36.08

CMYK Percentages of Color #80edce

%46
%0
%13
%7

Triadic Colors of #80edce

#80edce #ce80ed #edce80

Analogous Colors of #80edce

#80edce #80d6ed #80ed98

Monochromatic Colors of #80edce

#80edce

Complementary Color

#80edce #ed809f

#80edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80edce Color CSS Codes

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

#80edce Text Font Color

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

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


#80edce Background Color

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

This div background color is #80edce


#80edce Border Color

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

This div border color is #80edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80edce


Comments

No comments written yet.

Please login to write comment.