Color Hex Logo

#50ddcf Color Hex

#50DDCF
(80,221,207)
0 Favorites   0 Comments

Color spaces of #50ddcf

RGB 80221207
HSL0.480.670.59
HSV174°64°87°
CMYK 0.640.000.06   0.13
XYZ40.427257.923468.0811
Yxy57.92340.24290.3480
Hunter Lab76.1074-38.37130.2379
CIE-Lab80.6962-40.7703-4.3045

#50ddcf color RGB value is (80,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011101 11001111
Octal 120 335 317
Decimal 80 221 207
Hex 50 DD CF

RGB Percentages of Color #50ddcf

%15.75
%43.50
%40.75

CMYK Percentages of Color #50ddcf

%64
%0
%6
%13

Triadic Colors of #50ddcf

#50ddcf #cf50dd #ddcf50

Analogous Colors of #50ddcf

#50ddcf #50a5dd #50dd89

Monochromatic Colors of #50ddcf

#50ddcf

Complementary Color

#50ddcf #dd505e

#50ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ddcf Color CSS Codes

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

#50ddcf Text Font Color

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

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


#50ddcf Background Color

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

This div background color is #50ddcf


#50ddcf Border Color

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

This div border color is #50ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ddcf


Comments

No comments written yet.

Please login to write comment.