Color Hex Logo

#50dccd Color Hex

#50DCCD
(80,220,205)
0 Favorites   0 Comments

Color spaces of #50dccd

RGB 80220205
HSL0.480.670.59
HSV174°64°86°
CMYK 0.640.000.07   0.14
XYZ39.920957.299766.7135
Yxy57.29970.24350.3495
Hunter Lab75.6966-38.33160.7337
CIE-Lab80.3479-40.8453-3.7521

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 11001101
Octal 120 334 315
Decimal 80 220 205
Hex 50 DC CD

RGB Percentages of Color #50dccd

%15.84
%43.56
%40.59

CMYK Percentages of Color #50dccd

%64
%0
%7
%14

Triadic Colors of #50dccd

#50dccd #cd50dc #dccd50

Analogous Colors of #50dccd

#50dccd #50a5dc #50dc87

Monochromatic Colors of #50dccd

#50dccd

Complementary Color

#50dccd #dc505f

#50dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dccd Color CSS Codes

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

#50dccd Text Font Color

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

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


#50dccd Background Color

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

This div background color is #50dccd


#50dccd Border Color

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

This div border color is #50dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dccd


Comments

No comments written yet.

Please login to write comment.