Color Hex Logo

#50eebe Color Hex

#50EEBE
(80,238,190)
0 Favorites   0 Comments

Color spaces of #50eebe

RGB 80238190
HSL0.450.820.62
HSV162°66°93°
CMYK 0.660.000.20   0.07
XYZ43.177166.572359.2893
Yxy66.57230.25540.3938
Hunter Lab81.5919-48.326414.0308
CIE-Lab85.2875-52.220911.3151

#50eebe color RGB value is (80,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101110 10111110
Octal 120 356 276
Decimal 80 238 190
Hex 50 EE BE

RGB Percentages of Color #50eebe

%15.75
%46.85
%37.40

CMYK Percentages of Color #50eebe

%66
%0
%20
%7

Triadic Colors of #50eebe

#50eebe #be50ee #eebe50

Analogous Colors of #50eebe

#50eebe #50cfee #50ee6f

Monochromatic Colors of #50eebe

#50eebe

Complementary Color

#50eebe #ee5080

#50eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eebe Color CSS Codes

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

#50eebe Text Font Color

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

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


#50eebe Background Color

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

This div background color is #50eebe


#50eebe Border Color

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

This div border color is #50eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eebe


Comments

No comments written yet.

Please login to write comment.