Color Hex Logo

#80ebbe Color Hex

#80EBBE
(128,235,190)
0 Favorites   0 Comments

Color spaces of #80ebbe

RGB 128235190
HSL0.430.730.71
HSV155°46°92°
CMYK 0.460.000.19   0.08
XYZ47.904767.723659.2623
Yxy67.72360.27390.3872
Hunter Lab82.2943-40.107714.9098
CIE-Lab85.8681-41.177912.3409

#80ebbe color RGB value is (128,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 10111110
Octal 200 353 276
Decimal 128 235 190
Hex 80 EB BE

RGB Percentages of Color #80ebbe

%23.15
%42.50
%34.36

CMYK Percentages of Color #80ebbe

%46
%0
%19
%8

Triadic Colors of #80ebbe

#80ebbe #be80eb #ebbe80

Analogous Colors of #80ebbe

#80ebbe #80e3eb #80eb89

Monochromatic Colors of #80ebbe

#80ebbe

Complementary Color

#80ebbe #eb80ad

#80ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebbe Color CSS Codes

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

#80ebbe Text Font Color

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

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


#80ebbe Background Color

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

This div background color is #80ebbe


#80ebbe Border Color

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

This div border color is #80ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebbe


Comments

No comments written yet.

Please login to write comment.