Color Hex Logo

#50c7dc Color Hex

#50C7DC
(80,199,220)
0 Favorites   0 Comments

Color spaces of #50c7dc

RGB 80199220
HSL0.530.670.59
HSV189°64°86°
CMYK 0.640.100.00   0.14
XYZ36.650047.719674.9893
Yxy47.71960.23000.2994
Hunter Lab69.0794-26.1859-16.0069
CIE-Lab74.6477-26.7952-20.3321

#50c7dc color RGB value is (80,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11000111 11011100
Octal 120 307 334
Decimal 80 199 220
Hex 50 C7 DC

RGB Percentages of Color #50c7dc

%16.03
%39.88
%44.09

CMYK Percentages of Color #50c7dc

%64
%10
%0
%14

Triadic Colors of #50c7dc

#50c7dc #dc50c7 #c7dc50

Analogous Colors of #50c7dc

#50c7dc #5081dc #50dcab

Monochromatic Colors of #50c7dc

#50c7dc

Complementary Color

#50c7dc #dc6550

#50c7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50c7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50c7dc Color CSS Codes

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

#50c7dc Text Font Color

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

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


#50c7dc Background Color

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

This div background color is #50c7dc


#50c7dc Border Color

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

This div border color is #50c7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50c7dc


Comments

No comments written yet.

Please login to write comment.