Color Hex Logo

#50daac Color Hex

#50DAAC
(80,218,172)
0 Favorites   0 Comments

Color spaces of #50daac

RGB 80218172
HSL0.440.650.58
HSV160°63°85°
CMYK 0.630.000.21   0.15
XYZ35.826154.826847.7241
Yxy54.82680.25890.3962
Hunter Lab74.0451-43.213313.6176
CIE-Lab78.9414-48.050111.7694

#50daac color RGB value is (80,218,172).

#50daac hex color red value is 80, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #50daac hue: 0.44 , saturation: 0.65 and the lightness value of 50daac is 0.58.

The process color (four color CMYK) of #50daac color hex is 0.63, 0.00, 0.21, 0.15. Web safe color of #50daac is #66cc99. Color #50daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011010 10101100
Octal 120 332 254
Decimal 80 218 172
Hex 50 DA AC

RGB Percentages of Color #50daac

%17.02
%46.38
%36.60

CMYK Percentages of Color #50daac

%63
%0
%21
%15

Triadic Colors of #50daac

#50daac #ac50da #daac50

Analogous Colors of #50daac

#50daac #50c3da #50da67

Monochromatic Colors of #50daac

#50daac

Complementary Color

#50daac #da507e

#50daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#50daac Color CSS Codes

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

#50daac Text Font Color

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

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


#50daac Background Color

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

This div background color is #50daac


#50daac Border Color

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

This div border color is #50daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50daac


Comments

No comments written yet.

Please login to write comment.