Color Hex Logo

#80dcbe Color Hex

#80DCBE
(128,220,190)
0 Favorites   0 Comments

Color spaces of #80dcbe

RGB 128220190
HSL0.450.570.68
HSV160°42°86°
CMYK 0.420.000.14   0.14
XYZ43.789659.493357.8906
Yxy59.49330.27170.3691
Hunter Lab77.1319-33.64229.4928
CIE-Lab81.5620-34.35386.1863

#80dcbe color RGB value is (128,220,190).

#80dcbe hex color red value is 128, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #80dcbe hue: 0.45 , saturation: 0.57 and the lightness value of 80dcbe is 0.68.

The process color (four color CMYK) of #80dcbe color hex is 0.42, 0.00, 0.14, 0.14. Web safe color of #80dcbe is #99cccc. Color #80dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 10111110
Octal 200 334 276
Decimal 128 220 190
Hex 80 DC BE

RGB Percentages of Color #80dcbe

%23.79
%40.89
%35.32

CMYK Percentages of Color #80dcbe

%42
%0
%14
%14

Triadic Colors of #80dcbe

#80dcbe #be80dc #dcbe80

Analogous Colors of #80dcbe

#80dcbe #80ccdc #80dc90

Monochromatic Colors of #80dcbe

#80dcbe

Complementary Color

#80dcbe #dc809e

#80dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dcbe Color CSS Codes

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

#80dcbe Text Font Color

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

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


#80dcbe Background Color

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

This div background color is #80dcbe


#80dcbe Border Color

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

This div border color is #80dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dcbe


Comments

No comments written yet.

Please login to write comment.