Color Hex Logo

#50dfac Color Hex

#50DFAC
(80,223,172)
0 Favorites   0 Comments

Color spaces of #50dfac

RGB 80223172
HSL0.440.690.59
HSV159°64°87°
CMYK 0.640.000.23   0.13
XYZ37.142357.459448.1629
Yxy57.45940.26020.4025
Hunter Lab75.8020-45.190015.3898
CIE-Lab80.4373-50.128013.8843

#50dfac color RGB value is (80,223,172).

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

The process color (four color CMYK) of #50dfac color hex is 0.64, 0.00, 0.23, 0.13. Web safe color of #50dfac is #66cc99. Color #50dfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 10101100
Octal 120 337 254
Decimal 80 223 172
Hex 50 DF AC

RGB Percentages of Color #50dfac

%16.84
%46.95
%36.21

CMYK Percentages of Color #50dfac

%64
%0
%23
%13

Triadic Colors of #50dfac

#50dfac #ac50df #dfac50

Analogous Colors of #50dfac

#50dfac #50cbdf #50df65

Monochromatic Colors of #50dfac

#50dfac

Complementary Color

#50dfac #df5083

#50dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dfac Color CSS Codes

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

#50dfac Text Font Color

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

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


#50dfac Background Color

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

This div background color is #50dfac


#50dfac Border Color

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

This div border color is #50dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dfac


Comments

No comments written yet.

Please login to write comment.