Color Hex Logo

#50dcab Color Hex

#50DCAB
(80,220,171)
0 Favorites   0 Comments

Color spaces of #50dcab

RGB 80220171
HSL0.440.670.59
HSV159°64°86°
CMYK 0.640.000.22   0.14
XYZ36.252255.832147.3941
Yxy55.83210.25990.4003
Hunter Lab74.7209-44.159014.6980
CIE-Lab79.5182-49.110013.1148

#50dcab color RGB value is (80,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 10101011
Octal 120 334 253
Decimal 80 220 171
Hex 50 DC AB

RGB Percentages of Color #50dcab

%16.99
%46.71
%36.31

CMYK Percentages of Color #50dcab

%64
%0
%22
%14

Triadic Colors of #50dcab

#50dcab #ab50dc #dcab50

Analogous Colors of #50dcab

#50dcab #50c7dc #50dc65

Monochromatic Colors of #50dcab

#50dcab

Complementary Color

#50dcab #dc5081

#50dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dcab Color CSS Codes

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

#50dcab Text Font Color

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

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


#50dcab Background Color

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

This div background color is #50dcab


#50dcab Border Color

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

This div border color is #50dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dcab


Comments

No comments written yet.

Please login to write comment.