Color Hex Logo

#50dbab Color Hex

#50DBAB
(80,219,171)
0 Favorites   0 Comments

Color spaces of #50dbab

RGB 80219171
HSL0.440.660.59
HSV159°63°86°
CMYK 0.630.000.22   0.14
XYZ35.990555.308847.3068
Yxy55.30880.25970.3990
Hunter Lab74.3699-43.764214.3445
CIE-Lab79.2188-48.694312.6918

#50dbab color RGB value is (80,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011011 10101011
Octal 120 333 253
Decimal 80 219 171
Hex 50 DB AB

RGB Percentages of Color #50dbab

%17.02
%46.60
%36.38

CMYK Percentages of Color #50dbab

%63
%0
%22
%14

Triadic Colors of #50dbab

#50dbab #ab50db #dbab50

Analogous Colors of #50dbab

#50dbab #50c6db #50db66

Monochromatic Colors of #50dbab

#50dbab

Complementary Color

#50dbab #db5080

#50dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dbab Color CSS Codes

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

#50dbab Text Font Color

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

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


#50dbab Background Color

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

This div background color is #50dbab


#50dbab Border Color

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

This div border color is #50dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dbab


Comments

No comments written yet.

Please login to write comment.