Color Hex Logo

#50ce79 Color Hex

#50CE79
(80,206,121)
0 Favorites   0 Comments

Color spaces of #50ce79

RGB 80206121
HSL0.390.560.56
HSV140°61°81°
CMYK 0.610.000.41   0.19
XYZ28.830847.228625.6856
Yxy47.22860.28340.4642
Hunter Lab68.7231-45.380825.9462
CIE-Lab74.3358-53.427132.1737

#50ce79 color RGB value is (80,206,121).

#50ce79 hex color red value is 80, green value is 206 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #50ce79 hue: 0.39 , saturation: 0.56 and the lightness value of 50ce79 is 0.56.

The process color (four color CMYK) of #50ce79 color hex is 0.61, 0.00, 0.41, 0.19. Web safe color of #50ce79 is #66cc66. Color #50ce79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 01111001
Octal 120 316 171
Decimal 80 206 121
Hex 50 CE 79

RGB Percentages of Color #50ce79

%19.66
%50.61
%29.73

CMYK Percentages of Color #50ce79

%61
%0
%41
%19

Triadic Colors of #50ce79

#50ce79 #7950ce #ce7950

Analogous Colors of #50ce79

#50ce79 #50ceb8 #66ce50

Monochromatic Colors of #50ce79

#50ce79

Complementary Color

#50ce79 #ce50a5

#50ce79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ce79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ce79 Color CSS Codes

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

#50ce79 Text Font Color

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

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


#50ce79 Background Color

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

This div background color is #50ce79


#50ce79 Border Color

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

This div border color is #50ce79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ce79


Comments

No comments written yet.

Please login to write comment.