Color Hex Logo

#50dcdf Color Hex

#50DCDF
(80,220,223)
0 Favorites   0 Comments

Color spaces of #50dcdf

RGB 80220223
HSL0.500.690.59
HSV181°64°87°
CMYK 0.640.010.00   0.13
XYZ42.220758.219678.8243
Yxy58.21960.23550.3248
Hunter Lab76.3018-34.7572-7.8389
CIE-Lab80.8607-35.9992-12.5810

#50dcdf color RGB value is (80,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 11011111
Octal 120 334 337
Decimal 80 220 223
Hex 50 DC DF

RGB Percentages of Color #50dcdf

%15.30
%42.07
%42.64

CMYK Percentages of Color #50dcdf

%64
%1
%0
%13

Triadic Colors of #50dcdf

#50dcdf #df50dc #dcdf50

Analogous Colors of #50dcdf

#50dcdf #5095df #50df9b

Monochromatic Colors of #50dcdf

#50dcdf

Complementary Color

#50dcdf #df5350

#50dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dcdf Color CSS Codes

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

#50dcdf Text Font Color

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

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


#50dcdf Background Color

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

This div background color is #50dcdf


#50dcdf Border Color

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

This div border color is #50dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dcdf


Comments

No comments written yet.

Please login to write comment.