Color Hex Logo

#50cdcc Color Hex

#50CDCC
(80,205,204)
0 Favorites   0 Comments

Color spaces of #50cdcc

RGB 80205204
HSL0.500.560.56
HSV180°61°80°
CMYK 0.610.000.00   0.20
XYZ36.038749.727764.8257
Yxy49.72770.23930.3302
Hunter Lab70.5179-32.1825-5.1416
CIE-Lab75.9018-34.2355-9.8001

#50cdcc color RGB value is (80,205,204).

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

The process color (four color CMYK) of #50cdcc color hex is 0.61, 0.00, 0.00, 0.20. Web safe color of #50cdcc is #66cccc. Color #50cdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001101 11001100
Octal 120 315 314
Decimal 80 205 204
Hex 50 CD CC

RGB Percentages of Color #50cdcc

%16.36
%41.92
%41.72

CMYK Percentages of Color #50cdcc

%61
%0
%0
%20

Triadic Colors of #50cdcc

#50cdcc #cc50cd #cdcc50

Analogous Colors of #50cdcc

#50cdcc #5090cd #50cd8e

Monochromatic Colors of #50cdcc

#50cdcc

Complementary Color

#50cdcc #cd5051

#50cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cdcc Color CSS Codes

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

#50cdcc Text Font Color

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

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


#50cdcc Background Color

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

This div background color is #50cdcc


#50cdcc Border Color

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

This div border color is #50cdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cdcc


Comments

No comments written yet.

Please login to write comment.