Color Hex Logo

#50decd Color Hex

#50DECD
(80,222,205)
0 Favorites   0 Comments

Color spaces of #50decd

RGB 80222205
HSL0.480.680.59
HSV173°64°87°
CMYK 0.640.000.08   0.13
XYZ40.449058.355866.8895
Yxy58.35580.24410.3522
Hunter Lab76.3910-39.16851.5581
CIE-Lab80.9362-41.7373-2.8870

#50decd color RGB value is (80,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011110 11001101
Octal 120 336 315
Decimal 80 222 205
Hex 50 DE CD

RGB Percentages of Color #50decd

%15.78
%43.79
%40.43

CMYK Percentages of Color #50decd

%64
%0
%8
%13

Triadic Colors of #50decd

#50decd #cd50de #decd50

Analogous Colors of #50decd

#50decd #50a8de #50de86

Monochromatic Colors of #50decd

#50decd

Complementary Color

#50decd #de5061

#50decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50decd Color CSS Codes

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

#50decd Text Font Color

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

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


#50decd Background Color

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

This div background color is #50decd


#50decd Border Color

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

This div border color is #50decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50decd


Comments

No comments written yet.

Please login to write comment.