Color Hex Logo

#50d29e Color Hex

#50D29E
(80,210,158)
0 Favorites   0 Comments

Color spaces of #50d29e

RGB 80210158
HSL0.430.590.57
HSV156°62°82°
CMYK 0.620.000.25   0.18
XYZ32.526450.267340.3360
Yxy50.26730.26420.4082
Hunter Lab70.8994-42.183915.8984
CIE-Lab76.2330-47.823815.3829

#50d29e color RGB value is (80,210,158).

#50d29e hex color red value is 80, green value is 210 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #50d29e hue: 0.43 , saturation: 0.59 and the lightness value of 50d29e is 0.57.

The process color (four color CMYK) of #50d29e color hex is 0.62, 0.00, 0.25, 0.18. Web safe color of #50d29e is #66cc99. Color #50d29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010010 10011110
Octal 120 322 236
Decimal 80 210 158
Hex 50 D2 9E

RGB Percentages of Color #50d29e

%17.86
%46.88
%35.27

CMYK Percentages of Color #50d29e

%62
%0
%25
%18

Triadic Colors of #50d29e

#50d29e #9e50d2 #d29e50

Analogous Colors of #50d29e

#50d29e #50c5d2 #50d25d

Monochromatic Colors of #50d29e

#50d29e

Complementary Color

#50d29e #d25084

#50d29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d29e Color CSS Codes

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

#50d29e Text Font Color

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

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


#50d29e Background Color

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

This div background color is #50d29e


#50d29e Border Color

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

This div border color is #50d29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d29e


Comments

No comments written yet.

Please login to write comment.