Color Hex Logo

#50fedc Color Hex

#50FEDC
(80,254,220)
0 Favorites   0 Comments

Color spaces of #50fedc

RGB 80254220
HSL0.470.990.65
HSV168°69°100°
CMYK 0.690.000.13   0.00
XYZ51.668377.756479.9954
Yxy77.75640.24670.3713
Hunter Lab88.1796-49.72337.9386
CIE-Lab90.6686-51.71113.4442

#50fedc color RGB value is (80,254,220).

#50fedc hex color red value is 80, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #50fedc hue: 0.47 , saturation: 0.99 and the lightness value of 50fedc is 0.65.

The process color (four color CMYK) of #50fedc color hex is 0.69, 0.00, 0.13, 0.00. Web safe color of #50fedc is #66ffcc. Color #50fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111110 11011100
Octal 120 376 334
Decimal 80 254 220
Hex 50 FE DC

RGB Percentages of Color #50fedc

%14.44
%45.85
%39.71

CMYK Percentages of Color #50fedc

%69
%0
%13
%0

Triadic Colors of #50fedc

#50fedc #dc50fe #fedc50

Analogous Colors of #50fedc

#50fedc #50c9fe #50fe85

Monochromatic Colors of #50fedc

#50fedc

Complementary Color

#50fedc #fe5072

#50fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fedc Color CSS Codes

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

#50fedc Text Font Color

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

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


#50fedc Background Color

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

This div background color is #50fedc


#50fedc Border Color

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

This div border color is #50fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.