Color Hex Logo

#80cdbe Color Hex

#80CDBE
(128,205,190)
0 Favorites   0 Comments

Color spaces of #80cdbe

RGB 128205190
HSL0.470.440.65
HSV168°38°80°
CMYK 0.380.000.07   0.20
XYZ40.027751.969556.6366
Yxy51.96950.26930.3496
Hunter Lab72.0899-27.04573.8824
CIE-Lab77.2626-27.2131-0.0480

#80cdbe color RGB value is (128,205,190).

#80cdbe hex color red value is 128, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #80cdbe hue: 0.47 , saturation: 0.44 and the lightness value of 80cdbe is 0.65.

The process color (four color CMYK) of #80cdbe color hex is 0.38, 0.00, 0.07, 0.20. Web safe color of #80cdbe is #99cccc. Color #80cdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001101 10111110
Octal 200 315 276
Decimal 128 205 190
Hex 80 CD BE

RGB Percentages of Color #80cdbe

%24.47
%39.20
%36.33

CMYK Percentages of Color #80cdbe

%38
%0
%7
%20

Triadic Colors of #80cdbe

#80cdbe #be80cd #cdbe80

Analogous Colors of #80cdbe

#80cdbe #80b6cd #80cd98

Monochromatic Colors of #80cdbe

#80cdbe

Complementary Color

#80cdbe #cd808f

#80cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cdbe Color CSS Codes

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

#80cdbe Text Font Color

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

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


#80cdbe Background Color

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

This div background color is #80cdbe


#80cdbe Border Color

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

This div border color is #80cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cdbe


Comments

No comments written yet.

Please login to write comment.