Color Hex Logo

#50df1d Color Hex

#50DF1D
(80,223,29)
0 Favorites   0 Comments

Color spaces of #50df1d

RGB 8022329
HSL0.290.770.49
HSV104°87°87°
CMYK 0.640.000.87   0.13
XYZ29.917754.569510.1185
Yxy54.56950.31620.5768
Hunter Lab73.8712-56.982443.5886
CIE-Lab78.7926-68.468172.8452

#50df1d color RGB value is (80,223,29).

#50df1d hex color red value is 80, green value is 223 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #50df1d hue: 0.29 , saturation: 0.77 and the lightness value of 50df1d is 0.49.

The process color (four color CMYK) of #50df1d color hex is 0.64, 0.00, 0.87, 0.13. Web safe color of #50df1d is #66cc33. Color #50df1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 00011101
Octal 120 337 35
Decimal 80 223 29
Hex 50 DF 1D

RGB Percentages of Color #50df1d

%24.10
%67.17
%8.73

CMYK Percentages of Color #50df1d

%64
%0
%87
%13

Triadic Colors of #50df1d

#50df1d #1d50df #df1d50

Analogous Colors of #50df1d

#50df1d #1ddf4b #b1df1d

Monochromatic Colors of #50df1d

#50df1d

Complementary Color

#50df1d #ac1ddf

#50df1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50df1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50df1d Color CSS Codes

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

#50df1d Text Font Color

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

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


#50df1d Background Color

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

This div background color is #50df1d


#50df1d Border Color

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

This div border color is #50df1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50df1d


Comments

No comments written yet.

Please login to write comment.