Color Hex Logo

#50dbcb Color Hex

#50DBCB
(80,219,203)
0 Favorites   0 Comments

Color spaces of #50dbcb

RGB 80219203
HSL0.480.660.59
HSV173°63°86°
CMYK 0.630.000.07   0.14
XYZ39.419356.680365.3627
Yxy56.68030.24410.3510
Hunter Lab75.2863-38.28991.2255
CIE-Lab79.9994-40.9184-3.1986

#50dbcb color RGB value is (80,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011011 11001011
Octal 120 333 313
Decimal 80 219 203
Hex 50 DB CB

RGB Percentages of Color #50dbcb

%15.94
%43.63
%40.44

CMYK Percentages of Color #50dbcb

%63
%0
%7
%14

Triadic Colors of #50dbcb

#50dbcb #cb50db #dbcb50

Analogous Colors of #50dbcb

#50dbcb #50a6db #50db86

Monochromatic Colors of #50dbcb

#50dbcb

Complementary Color

#50dbcb #db5060

#50dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dbcb Color CSS Codes

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

#50dbcb Text Font Color

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

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


#50dbcb Background Color

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

This div background color is #50dbcb


#50dbcb Border Color

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

This div border color is #50dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dbcb


Comments

No comments written yet.

Please login to write comment.