Color Hex Logo

#50dadb Color Hex

#50DADB
(80,218,219)
0 Favorites   0 Comments

Color spaces of #50dadb

RGB 80218219
HSL0.500.660.59
HSV180°63°86°
CMYK 0.630.000.00   0.14
XYZ41.165956.962875.8431
Yxy56.96280.23660.3274
Hunter Lab75.4737-34.7191-6.7486
CIE-Lab80.1587-36.1770-11.4983

#50dadb color RGB value is (80,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011010 11011011
Octal 120 332 333
Decimal 80 218 219
Hex 50 DA DB

RGB Percentages of Color #50dadb

%15.47
%42.17
%42.36

CMYK Percentages of Color #50dadb

%63
%0
%0
%14

Triadic Colors of #50dadb

#50dadb #db50da #dadb50

Analogous Colors of #50dadb

#50dadb #5095db #50db97

Monochromatic Colors of #50dadb

#50dadb

Complementary Color

#50dadb #db5150

#50dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dadb Color CSS Codes

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

#50dadb Text Font Color

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

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


#50dadb Background Color

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

This div background color is #50dadb


#50dadb Border Color

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

This div border color is #50dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dadb


Comments

No comments written yet.

Please login to write comment.