Color Hex Logo

#50d365 Color Hex

#50D365
(80,211,101)
0 Favorites   0 Comments

Color spaces of #50d365

RGB 80211101
HSL0.360.600.57
HSV130°62°83°
CMYK 0.620.000.52   0.17
XYZ28.951549.233620.2891
Yxy49.23360.29400.5000
Hunter Lab70.1667-49.140731.9726
CIE-Lab75.5964-58.392943.6903

#50d365 color RGB value is (80,211,101).

#50d365 hex color red value is 80, green value is 211 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #50d365 hue: 0.36 , saturation: 0.60 and the lightness value of 50d365 is 0.57.

The process color (four color CMYK) of #50d365 color hex is 0.62, 0.00, 0.52, 0.17. Web safe color of #50d365 is #66cc66. Color #50d365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010011 01100101
Octal 120 323 145
Decimal 80 211 101
Hex 50 D3 65

RGB Percentages of Color #50d365

%20.41
%53.83
%25.77

CMYK Percentages of Color #50d365

%62
%0
%52
%17

Triadic Colors of #50d365

#50d365 #6550d3 #d36550

Analogous Colors of #50d365

#50d365 #50d3a7 #7dd350

Monochromatic Colors of #50d365

#50d365

Complementary Color

#50d365 #d350be

#50d365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d365 Color CSS Codes

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

#50d365 Text Font Color

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

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


#50d365 Background Color

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

This div background color is #50d365


#50d365 Border Color

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

This div border color is #50d365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d365


Comments

No comments written yet.

Please login to write comment.