Color Hex Logo

#50f492 Color Hex

#50F492
(80,244,146)
0 Favorites   0 Comments

Color spaces of #50f492

RGB 80244146
HSL0.400.880.64
HSV144°67°96°
CMYK 0.670.000.40   0.04
XYZ40.847368.482238.2596
Yxy68.48220.27680.4640
Hunter Lab82.7540-56.712030.5163
CIE-Lab86.2470-63.398235.1566

#50f492 color RGB value is (80,244,146).

#50f492 hex color red value is 80, green value is 244 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #50f492 hue: 0.40 , saturation: 0.88 and the lightness value of 50f492 is 0.64.

The process color (four color CMYK) of #50f492 color hex is 0.67, 0.00, 0.40, 0.04. Web safe color of #50f492 is #66ff99. Color #50f492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11110100 10010010
Octal 120 364 222
Decimal 80 244 146
Hex 50 F4 92

RGB Percentages of Color #50f492

%17.02
%51.91
%31.06

CMYK Percentages of Color #50f492

%67
%0
%40
%4

Triadic Colors of #50f492

#50f492 #9250f4 #f49250

Analogous Colors of #50f492

#50f492 #50f4e4 #60f450

Monochromatic Colors of #50f492

#50f492

Complementary Color

#50f492 #f450b2

#50f492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50f492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50f492 Color CSS Codes

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

#50f492 Text Font Color

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

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


#50f492 Background Color

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

This div background color is #50f492


#50f492 Border Color

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

This div border color is #50f492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50f492


Comments

No comments written yet.

Please login to write comment.