Color Hex Logo

#50f23d Color Hex

#50F23D
(80,242,61)
0 Favorites   0 Comments

Color spaces of #50f23d

RGB 8024261
HSL0.320.870.59
HSV114°75°95°
CMYK 0.670.000.75   0.05
XYZ35.902765.546715.1744
Yxy65.54670.30790.5620
Hunter Lab80.9609-62.524545.5600
CIE-Lab84.7647-72.893270.0397

#50f23d color RGB value is (80,242,61).

#50f23d hex color red value is 80, green value is 242 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #50f23d hue: 0.32 , saturation: 0.87 and the lightness value of 50f23d is 0.59.

The process color (four color CMYK) of #50f23d color hex is 0.67, 0.00, 0.75, 0.05. Web safe color of #50f23d is #66ff33. Color #50f23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11110010 00111101
Octal 120 362 75
Decimal 80 242 61
Hex 50 F2 3D

RGB Percentages of Color #50f23d

%20.89
%63.19
%15.93

CMYK Percentages of Color #50f23d

%67
%0
%75
%5

Triadic Colors of #50f23d

#50f23d #3d50f2 #f23d50

Analogous Colors of #50f23d

#50f23d #3df285 #abf23d

Monochromatic Colors of #50f23d

#50f23d

Complementary Color

#50f23d #df3df2

#50f23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50f23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50f23d Color CSS Codes

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

#50f23d Text Font Color

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

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


#50f23d Background Color

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

This div background color is #50f23d


#50f23d Border Color

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

This div border color is #50f23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50f23d


Comments

No comments written yet.

Please login to write comment.