Color Hex Logo

#50d8dc Color Hex

#50D8DC
(80,216,220)
0 Favorites   0 Comments

Color spaces of #50d8dc

RGB 80216220
HSL0.500.670.59
HSV182°64°86°
CMYK 0.640.020.00   0.14
XYZ40.782455.984576.3668
Yxy55.98450.23560.3234
Hunter Lab74.8228-33.6479-8.1375
CIE-Lab79.6050-34.9689-12.8600

#50d8dc color RGB value is (80,216,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011000 11011100
Octal 120 330 334
Decimal 80 216 220
Hex 50 D8 DC

RGB Percentages of Color #50d8dc

%15.50
%41.86
%42.64

CMYK Percentages of Color #50d8dc

%64
%2
%0
%14

Triadic Colors of #50d8dc

#50d8dc #dc50d8 #d8dc50

Analogous Colors of #50d8dc

#50d8dc #5092dc #50dc9a

Monochromatic Colors of #50d8dc

#50d8dc

Complementary Color

#50d8dc #dc5450

#50d8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d8dc Color CSS Codes

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

#50d8dc Text Font Color

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

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


#50d8dc Background Color

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

This div background color is #50d8dc


#50d8dc Border Color

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

This div border color is #50d8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d8dc

#50d8dc Color Palettes


Comments

No comments written yet.

Please login to write comment.