Color Hex Logo

#50d5ac Color Hex

#50D5AC
(80,213,172)
0 Favorites   0 Comments

Color spaces of #50d5ac

RGB 80213172
HSL0.450.610.57
HSV162°62°84°
CMYK 0.620.000.19   0.16
XYZ34.548952.272547.2984
Yxy52.27250.25760.3897
Hunter Lab72.2997-41.227111.8224
CIE-Lab77.4435-45.93779.6399

#50d5ac color RGB value is (80,213,172).

#50d5ac hex color red value is 80, green value is 213 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #50d5ac hue: 0.45 , saturation: 0.61 and the lightness value of 50d5ac is 0.57.

The process color (four color CMYK) of #50d5ac color hex is 0.62, 0.00, 0.19, 0.16. Web safe color of #50d5ac is #66cc99. Color #50d5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010101 10101100
Octal 120 325 254
Decimal 80 213 172
Hex 50 D5 AC

RGB Percentages of Color #50d5ac

%17.20
%45.81
%36.99

CMYK Percentages of Color #50d5ac

%62
%0
%19
%16

Triadic Colors of #50d5ac

#50d5ac #ac50d5 #d5ac50

Analogous Colors of #50d5ac

#50d5ac #50bcd5 #50d56a

Monochromatic Colors of #50d5ac

#50d5ac

Complementary Color

#50d5ac #d55079

#50d5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d5ac Color CSS Codes

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

#50d5ac Text Font Color

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

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


#50d5ac Background Color

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

This div background color is #50d5ac


#50d5ac Border Color

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

This div border color is #50d5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d5ac


Comments

No comments written yet.

Please login to write comment.