Color Hex Logo

#80ebce Color Hex

#80EBCE
(128,235,206)
0 Favorites   0 Comments

Color spaces of #80ebce

RGB 128235206
HSL0.450.730.71
HSV164°46°92°
CMYK 0.460.000.12   0.08
XYZ49.751068.462168.9849
Yxy68.46210.26580.3657
Hunter Lab82.7418-37.46978.4870
CIE-Lab86.2370-37.72054.4951

#80ebce color RGB value is (128,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 11001110
Octal 200 353 316
Decimal 128 235 206
Hex 80 EB CE

RGB Percentages of Color #80ebce

%22.50
%41.30
%36.20

CMYK Percentages of Color #80ebce

%46
%0
%12
%8

Triadic Colors of #80ebce

#80ebce #ce80eb #ebce80

Analogous Colors of #80ebce

#80ebce #80d3eb #80eb99

Monochromatic Colors of #80ebce

#80ebce

Complementary Color

#80ebce #eb809d

#80ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebce Color CSS Codes

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

#80ebce Text Font Color

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

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


#80ebce Background Color

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

This div background color is #80ebce


#80ebce Border Color

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

This div border color is #80ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebce


Comments

No comments written yet.

Please login to write comment.