Color Hex Logo

#50dccc Color Hex

#50DCCC
(80,220,204)
0 Favorites   0 Comments

Color spaces of #50dccc

RGB 80220204
HSL0.480.670.59
HSV173°64°86°
CMYK 0.640.000.07   0.14
XYZ39.800557.251566.0797
Yxy57.25150.24400.3510
Hunter Lab75.6647-38.52021.1860
CIE-Lab80.3208-41.1056-3.2591

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 11001100
Octal 120 334 314
Decimal 80 220 204
Hex 50 DC CC

RGB Percentages of Color #50dccc

%15.87
%43.65
%40.48

CMYK Percentages of Color #50dccc

%64
%0
%7
%14

Triadic Colors of #50dccc

#50dccc #cc50dc #dccc50

Analogous Colors of #50dccc

#50dccc #50a6dc #50dc86

Monochromatic Colors of #50dccc

#50dccc

Complementary Color

#50dccc #dc5060

#50dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dccc Color CSS Codes

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

#50dccc Text Font Color

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

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


#50dccc Background Color

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

This div background color is #50dccc


#50dccc Border Color

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

This div border color is #50dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dccc


Comments

No comments written yet.

Please login to write comment.