Color Hex Logo

#50d644 Color Hex

#50D644
(80,214,68)
0 Favorites   0 Comments

Color spaces of #50d644

RGB 8021468
HSL0.320.640.55
HSV115°68°84°
CMYK 0.630.000.68   0.16
XYZ28.398250.216013.6648
Yxy50.21600.30770.5442
Hunter Lab70.8632-52.477438.1712
CIE-Lab76.2017-63.158558.8352

#50d644 color RGB value is (80,214,68).

#50d644 hex color red value is 80, green value is 214 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #50d644 hue: 0.32 , saturation: 0.64 and the lightness value of 50d644 is 0.55.

The process color (four color CMYK) of #50d644 color hex is 0.63, 0.00, 0.68, 0.16. Web safe color of #50d644 is #66cc33. Color #50d644 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010110 01000100
Octal 120 326 104
Decimal 80 214 68
Hex 50 D6 44

RGB Percentages of Color #50d644

%22.10
%59.12
%18.78

CMYK Percentages of Color #50d644

%63
%0
%68
%16

Triadic Colors of #50d644

#50d644 #4450d6 #d64450

Analogous Colors of #50d644

#50d644 #44d681 #99d644

Monochromatic Colors of #50d644

#50d644

Complementary Color

#50d644 #ca44d6

#50d644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d644 Color CSS Codes

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

#50d644 Text Font Color

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

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


#50d644 Background Color

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

This div background color is #50d644


#50d644 Border Color

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

This div border color is #50d644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d644


Comments

No comments written yet.

Please login to write comment.