Color Hex Logo

#50eddd Color Hex

#50EDDD
(80,237,221)
0 Favorites   0 Comments

Color spaces of #50eddd

RGB 80237221
HSL0.480.810.62
HSV174°66°93°
CMYK 0.660.000.07   0.07
XYZ46.643667.494378.9759
Yxy67.49430.24150.3495
Hunter Lab82.1549-42.42740.5127
CIE-Lab85.7530-44.2046-4.2612

#50eddd color RGB value is (80,237,221).

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

The process color (four color CMYK) of #50eddd color hex is 0.66, 0.00, 0.07, 0.07. Web safe color of #50eddd is #66ffcc. Color #50eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101101 11011101
Octal 120 355 335
Decimal 80 237 221
Hex 50 ED DD

RGB Percentages of Color #50eddd

%14.87
%44.05
%41.08

CMYK Percentages of Color #50eddd

%66
%0
%7
%7

Triadic Colors of #50eddd

#50eddd #dd50ed #eddd50

Analogous Colors of #50eddd

#50eddd #50afed #50ed8f

Monochromatic Colors of #50eddd

#50eddd

Complementary Color

#50eddd #ed5060

#50eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eddd Color CSS Codes

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

#50eddd Text Font Color

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

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


#50eddd Background Color

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

This div background color is #50eddd


#50eddd Border Color

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

This div border color is #50eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eddd


Comments

No comments written yet.

Please login to write comment.