Color Hex Logo

#50eabb Color Hex

#50EABB
(80,234,187)
0 Favorites   0 Comments

Color spaces of #50eabb

RGB 80234187
HSL0.450.790.62
HSV162°66°92°
CMYK 0.660.000.20   0.08
XYZ41.700764.139057.1959
Yxy64.13900.25580.3934
Hunter Lab80.0868-47.208113.7174
CIE-Lab84.0381-51.267411.1062

#50eabb color RGB value is (80,234,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 10111011
Octal 120 352 273
Decimal 80 234 187
Hex 50 EA BB

RGB Percentages of Color #50eabb

%15.97
%46.71
%37.33

CMYK Percentages of Color #50eabb

%66
%0
%20
%8

Triadic Colors of #50eabb

#50eabb #bb50ea #eabb50

Analogous Colors of #50eabb

#50eabb #50ccea #50ea6e

Monochromatic Colors of #50eabb

#50eabb

Complementary Color

#50eabb #ea507f

#50eabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eabb Color CSS Codes

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

#50eabb Text Font Color

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

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


#50eabb Background Color

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

This div background color is #50eabb


#50eabb Border Color

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

This div border color is #50eabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,234,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #50eabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eabb


Comments

No comments written yet.

Please login to write comment.