Color Hex Logo

#50dcdc Color Hex

#50DCDC
(80,220,220)
0 Favorites   0 Comments

Color spaces of #50dcdc

RGB 80220220
HSL0.500.670.59
HSV180°64°86°
CMYK 0.640.000.00   0.14
XYZ41.819758.059276.7126
Yxy58.05920.23680.3288
Hunter Lab76.1966-35.3762-6.3539
CIE-Lab80.7717-36.8271-11.1163

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 11011100
Octal 120 334 334
Decimal 80 220 220
Hex 50 DC DC

RGB Percentages of Color #50dcdc

%15.38
%42.31
%42.31

CMYK Percentages of Color #50dcdc

%64
%0
%0
%14

Triadic Colors of #50dcdc

#50dcdc #dc50dc #dcdc50

Analogous Colors of #50dcdc

#50dcdc #5096dc #50dc96

Monochromatic Colors of #50dcdc

#50dcdc

Complementary Color

#50dcdc #dc5050

#50dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dcdc Color CSS Codes

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

#50dcdc Text Font Color

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

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


#50dcdc Background Color

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

This div background color is #50dcdc


#50dcdc Border Color

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

This div border color is #50dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dcdc


Comments

No comments written yet.

Please login to write comment.