Color Hex Logo

#50eeac Color Hex

#50EEAC
(80,238,172)
0 Favorites   0 Comments

Color spaces of #50eeac

RGB 80238172
HSL0.430.820.62
HSV155°66°93°
CMYK 0.660.000.28   0.07
XYZ41.329265.833149.5585
Yxy65.83310.26370.4201
Hunter Lab81.1376-51.067920.5822
CIE-Lab84.9112-56.162520.1401

#50eeac color RGB value is (80,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101110 10101100
Octal 120 356 254
Decimal 80 238 172
Hex 50 EE AC

RGB Percentages of Color #50eeac

%16.33
%48.57
%35.10

CMYK Percentages of Color #50eeac

%66
%0
%28
%7

Triadic Colors of #50eeac

#50eeac #ac50ee #eeac50

Analogous Colors of #50eeac

#50eeac #50e1ee #50ee5d

Monochromatic Colors of #50eeac

#50eeac

Complementary Color

#50eeac #ee5092

#50eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eeac Color CSS Codes

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

#50eeac Text Font Color

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

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


#50eeac Background Color

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

This div background color is #50eeac


#50eeac Border Color

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

This div border color is #50eeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eeac


Comments

No comments written yet.

Please login to write comment.