Color Hex Logo

#50eaba Color Hex

#50EABA
(80,234,186)
0 Favorites   0 Comments

Color spaces of #50eaba

RGB 80234186
HSL0.450.790.62
HSV161°66°92°
CMYK 0.660.000.21   0.08
XYZ41.594064.096356.6340
Yxy64.09630.25620.3949
Hunter Lab80.0602-47.368414.1008
CIE-Lab84.0159-51.496011.5981

#50eaba color RGB value is (80,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 10111010
Octal 120 352 272
Decimal 80 234 186
Hex 50 EA BA

RGB Percentages of Color #50eaba

%16.00
%46.80
%37.20

CMYK Percentages of Color #50eaba

%66
%0
%21
%8

Triadic Colors of #50eaba

#50eaba #ba50ea #eaba50

Analogous Colors of #50eaba

#50eaba #50cdea #50ea6d

Monochromatic Colors of #50eaba

#50eaba

Complementary Color

#50eaba #ea5080

#50eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eaba Color CSS Codes

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

#50eaba Text Font Color

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

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


#50eaba Background Color

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

This div background color is #50eaba


#50eaba Border Color

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

This div border color is #50eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eaba


Comments

No comments written yet.

Please login to write comment.