Color Hex Logo

#50ddde Color Hex

#50DDDE
(80,221,222)
0 Favorites   0 Comments

Color spaces of #50ddde

RGB 80221222
HSL0.500.680.59
HSV180°64°87°
CMYK 0.640.000.00   0.13
XYZ42.349558.692378.2039
Yxy58.69230.23630.3274
Hunter Lab76.6109-35.3966-6.8952
CIE-Lab81.1222-36.7386-11.6578

#50ddde color RGB value is (80,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011101 11011110
Octal 120 335 336
Decimal 80 221 222
Hex 50 DD DE

RGB Percentages of Color #50ddde

%15.30
%42.26
%42.45

CMYK Percentages of Color #50ddde

%64
%0
%0
%13

Triadic Colors of #50ddde

#50ddde #de50dd #ddde50

Analogous Colors of #50ddde

#50ddde #5096de #50de98

Monochromatic Colors of #50ddde

#50ddde

Complementary Color

#50ddde #de5150

#50ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ddde Color CSS Codes

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

#50ddde Text Font Color

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

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


#50ddde Background Color

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

This div background color is #50ddde


#50ddde Border Color

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

This div border color is #50ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ddde


Comments

No comments written yet.

Please login to write comment.