Color Hex Logo

#80cfbe Color Hex

#80CFBE
(128,207,190)
0 Favorites   0 Comments

Color spaces of #80cfbe

RGB 128207190
HSL0.460.450.66
HSV167°38°81°
CMYK 0.380.000.08   0.19
XYZ40.509252.932556.7971
Yxy52.93250.26960.3523
Hunter Lab72.7547-27.93354.6427
CIE-Lab77.8351-28.18410.7874

#80cfbe color RGB value is (128,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 10111110
Octal 200 317 276
Decimal 128 207 190
Hex 80 CF BE

RGB Percentages of Color #80cfbe

%24.38
%39.43
%36.19

CMYK Percentages of Color #80cfbe

%38
%0
%8
%19

Triadic Colors of #80cfbe

#80cfbe #be80cf #cfbe80

Analogous Colors of #80cfbe

#80cfbe #80b9cf #80cf97

Monochromatic Colors of #80cfbe

#80cfbe

Complementary Color

#80cfbe #cf8091

#80cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfbe Color CSS Codes

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

#80cfbe Text Font Color

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

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


#80cfbe Background Color

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

This div background color is #80cfbe


#80cfbe Border Color

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

This div border color is #80cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfbe


Comments

No comments written yet.

Please login to write comment.