Color Hex Logo

#50ebbe Color Hex

#50EBBE
(80,235,190)
0 Favorites   0 Comments

Color spaces of #50ebbe

RGB 80235190
HSL0.450.790.62
HSV163°66°92°
CMYK 0.660.000.19   0.08
XYZ42.310964.839859.0005
Yxy64.83980.25470.3902
Hunter Lab80.5232-47.122712.9236
CIE-Lab84.4011-50.988010.0525

#50ebbe color RGB value is (80,235,190).

#50ebbe hex color red value is 80, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #50ebbe hue: 0.45 , saturation: 0.79 and the lightness value of 50ebbe is 0.62.

The process color (four color CMYK) of #50ebbe color hex is 0.66, 0.00, 0.19, 0.08. Web safe color of #50ebbe is #66ffcc. Color #50ebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101011 10111110
Octal 120 353 276
Decimal 80 235 190
Hex 50 EB BE

RGB Percentages of Color #50ebbe

%15.84
%46.53
%37.62

CMYK Percentages of Color #50ebbe

%66
%0
%19
%8

Triadic Colors of #50ebbe

#50ebbe #be50eb #ebbe50

Analogous Colors of #50ebbe

#50ebbe #50cbeb #50eb71

Monochromatic Colors of #50ebbe

#50ebbe

Complementary Color

#50ebbe #eb507d

#50ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ebbe Color CSS Codes

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

#50ebbe Text Font Color

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

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


#50ebbe Background Color

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

This div background color is #50ebbe


#50ebbe Border Color

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

This div border color is #50ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ebbe


Comments

No comments written yet.

Please login to write comment.