Color Hex Logo

#50ffbe Color Hex

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

Color spaces of #50ffbe

RGB 80255190
HSL0.441.000.66
HSV158°69°100°
CMYK 0.690.000.25   0.00
XYZ48.362576.943261.0177
Yxy76.94320.25960.4130
Hunter Lab87.7173-55.090120.1589
CIE-Lab90.2955-58.998118.3777

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

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

The process color (four color CMYK) of #50ffbe color hex is 0.69, 0.00, 0.25, 0.00. Web safe color of #50ffbe is #66ffcc. Color #50ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111111 10111110
Octal 120 377 276
Decimal 80 255 190
Hex 50 FF BE

RGB Percentages of Color #50ffbe

%15.24
%48.57
%36.19

CMYK Percentages of Color #50ffbe

%69
%0
%25
%0

Triadic Colors of #50ffbe

#50ffbe #be50ff #ffbe50

Analogous Colors of #50ffbe

#50ffbe #50e9ff #50ff67

Monochromatic Colors of #50ffbe

#50ffbe

Complementary Color

#50ffbe #ff5091

#50ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ffbe Color CSS Codes

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

#50ffbe Text Font Color

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

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


#50ffbe Background Color

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

This div background color is #50ffbe


#50ffbe Border Color

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

This div border color is #50ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.