Color Hex Logo

#50d445 Color Hex

#50D445
(80,212,69)
0 Favorites   0 Comments

Color spaces of #50d445

RGB 8021269
HSL0.320.620.55
HSV115°67°83°
CMYK 0.620.000.67   0.17
XYZ27.925949.222113.6592
Yxy49.22210.30750.5421
Hunter Lab70.1585-51.727137.5677
CIE-Lab75.5893-62.382557.7931

#50d445 color RGB value is (80,212,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010100 01000101
Octal 120 324 105
Decimal 80 212 69
Hex 50 D4 45

RGB Percentages of Color #50d445

%22.16
%58.73
%19.11

CMYK Percentages of Color #50d445

%62
%0
%67
%17

Triadic Colors of #50d445

#50d445 #4550d4 #d44550

Analogous Colors of #50d445

#50d445 #45d482 #98d445

Monochromatic Colors of #50d445

#50d445

Complementary Color

#50d445 #c945d4

#50d445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d445 Color CSS Codes

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

#50d445 Text Font Color

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

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


#50d445 Background Color

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

This div background color is #50d445


#50d445 Border Color

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

This div border color is #50d445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d445


Comments

No comments written yet.

Please login to write comment.