Color Hex Logo

#50c7db Color Hex

#50C7DB
(80,199,219)
0 Favorites   0 Comments

Color spaces of #50c7db

RGB 80199219
HSL0.520.660.59
HSV189°63°86°
CMYK 0.630.090.00   0.14
XYZ36.517947.666874.2938
Yxy47.66680.23040.3008
Hunter Lab69.0411-26.4081-15.4720
CIE-Lab74.6143-27.0888-19.8420

#50c7db color RGB value is (80,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11000111 11011011
Octal 120 307 333
Decimal 80 199 219
Hex 50 C7 DB

RGB Percentages of Color #50c7db

%16.06
%39.96
%43.98

CMYK Percentages of Color #50c7db

%63
%9
%0
%14

Triadic Colors of #50c7db

#50c7db #db50c7 #c7db50

Analogous Colors of #50c7db

#50c7db #5082db #50dbaa

Monochromatic Colors of #50c7db

#50c7db

Complementary Color

#50c7db #db6450

#50c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#50c7db Color CSS Codes

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

#50c7db Text Font Color

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

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


#50c7db Background Color

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

This div background color is #50c7db


#50c7db Border Color

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

This div border color is #50c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50c7db


Comments

No comments written yet.

Please login to write comment.