Color Hex Logo

#50dced Color Hex

#50DCED
(80,220,237)
0 Favorites   0 Comments

Color spaces of #50dced

RGB 80220237
HSL0.520.810.62
HSV186°66°93°
CMYK 0.660.070.00   0.07
XYZ44.187559.006389.1812
Yxy59.00630.22970.3067
Hunter Lab76.8156-31.7466-15.0635
CIE-Lab81.2951-32.0370-19.3760

#50dced color RGB value is (80,220,237).

#50dced hex color red value is 80, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #50dced hue: 0.52 , saturation: 0.81 and the lightness value of 50dced is 0.62.

The process color (four color CMYK) of #50dced color hex is 0.66, 0.07, 0.00, 0.07. Web safe color of #50dced is #66ccff. Color #50dced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 11101101
Octal 120 334 355
Decimal 80 220 237
Hex 50 DC ED

RGB Percentages of Color #50dced

%14.90
%40.97
%44.13

CMYK Percentages of Color #50dced

%66
%7
%0
%7

Triadic Colors of #50dced

#50dced #ed50dc #dced50

Analogous Colors of #50dced

#50dced #508eed #50edb0

Monochromatic Colors of #50dced

#50dced

Complementary Color

#50dced #ed6150

#50dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dced Color CSS Codes

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

#50dced Text Font Color

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

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


#50dced Background Color

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

This div background color is #50dced


#50dced Border Color

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

This div border color is #50dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dced


Comments

No comments written yet.

Please login to write comment.