Color Hex Logo

#80ffbe Color Hex

#80FFBE
(128,255,190)
0 Favorites   0 Comments

Color spaces of #80ffbe

RGB 128255190
HSL0.411.000.75
HSV149°50°100°
CMYK 0.500.000.25   0.00
XYZ53.956479.826961.2795
Yxy79.82690.27660.4092
Hunter Lab89.3459-48.558421.8770
CIE-Lab91.6071-49.819620.4037

#80ffbe color RGB value is (128,255,190).

#80ffbe hex color red value is 128, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #80ffbe hue: 0.41 , saturation: 1.00 and the lightness value of 80ffbe is 0.75.

The process color (four color CMYK) of #80ffbe color hex is 0.50, 0.00, 0.25, 0.00. Web safe color of #80ffbe is #99ffcc. Color #80ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111111 10111110
Octal 200 377 276
Decimal 128 255 190
Hex 80 FF BE

RGB Percentages of Color #80ffbe

%22.34
%44.50
%33.16

CMYK Percentages of Color #80ffbe

%50
%0
%25
%0

Triadic Colors of #80ffbe

#80ffbe #be80ff #ffbe80

Analogous Colors of #80ffbe

#80ffbe #80fffe #82ff80

Monochromatic Colors of #80ffbe

#80ffbe

Complementary Color

#80ffbe #ff80c1

#80ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ffbe Color CSS Codes

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

#80ffbe Text Font Color

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

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


#80ffbe Background Color

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

This div background color is #80ffbe


#80ffbe Border Color

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

This div border color is #80ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ffbe


Comments

No comments written yet.

Please login to write comment.