Color Hex Logo

#80e0bd Color Hex

#80E0BD
(128,224,189)
0 Favorites   0 Comments

Color spaces of #80e0bd

RGB 128224189
HSL0.440.610.69
HSV158°43°88°
CMYK 0.430.000.16   0.12
XYZ44.743061.574657.6710
Yxy61.57460.27280.3755
Hunter Lab78.4695-35.541611.3536
CIE-Lab82.6867-36.41908.3306

#80e0bd color RGB value is (128,224,189).

#80e0bd hex color red value is 128, green value is 224 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #80e0bd hue: 0.44 , saturation: 0.61 and the lightness value of 80e0bd is 0.69.

The process color (four color CMYK) of #80e0bd color hex is 0.43, 0.00, 0.16, 0.12. Web safe color of #80e0bd is #99cccc. Color #80e0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100000 10111101
Octal 200 340 275
Decimal 128 224 189
Hex 80 E0 BD

RGB Percentages of Color #80e0bd

%23.66
%41.40
%34.94

CMYK Percentages of Color #80e0bd

%43
%0
%16
%12

Triadic Colors of #80e0bd

#80e0bd #bd80e0 #e0bd80

Analogous Colors of #80e0bd

#80e0bd #80d3e0 #80e08d

Monochromatic Colors of #80e0bd

#80e0bd

Complementary Color

#80e0bd #e080a3

#80e0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e0bd Color CSS Codes

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

#80e0bd Text Font Color

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

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


#80e0bd Background Color

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

This div background color is #80e0bd


#80e0bd Border Color

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

This div border color is #80e0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e0bd


Comments

No comments written yet.

Please login to write comment.