Color Hex Logo

#50fcdd Color Hex

#50FCDD
(80,252,221)
0 Favorites   0 Comments

Color spaces of #50fcdd

RGB 80252221
HSL0.470.970.65
HSV169°68°99°
CMYK 0.680.000.12   0.01
XYZ51.169876.546780.4847
Yxy76.54670.24580.3677
Hunter Lab87.4910-48.71206.7016
CIE-Lab90.1126-50.63092.1183

#50fcdd color RGB value is (80,252,221).

#50fcdd hex color red value is 80, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #50fcdd hue: 0.47 , saturation: 0.97 and the lightness value of 50fcdd is 0.65.

The process color (four color CMYK) of #50fcdd color hex is 0.68, 0.00, 0.12, 0.01. Web safe color of #50fcdd is #66ffcc. Color #50fcdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111100 11011101
Octal 120 374 335
Decimal 80 252 221
Hex 50 FC DD

RGB Percentages of Color #50fcdd

%14.47
%45.57
%39.96

CMYK Percentages of Color #50fcdd

%68
%0
%12
%1

Triadic Colors of #50fcdd

#50fcdd #dd50fc #fcdd50

Analogous Colors of #50fcdd

#50fcdd #50c5fc #50fc87

Monochromatic Colors of #50fcdd

#50fcdd

Complementary Color

#50fcdd #fc506f

#50fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fcdd Color CSS Codes

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

#50fcdd Text Font Color

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

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


#50fcdd Background Color

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

This div background color is #50fcdd


#50fcdd Border Color

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

This div border color is #50fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fcdd


Comments

No comments written yet.

Please login to write comment.