Color Hex Logo

#50fadc Color Hex

#50FADC
(80,250,220)
0 Favorites   0 Comments

Color spaces of #50fadc

RGB 80250220
HSL0.470.940.65
HSV169°68°98°
CMYK 0.680.000.12   0.02
XYZ50.412175.244079.5767
Yxy75.24400.24560.3666
Hunter Lab86.7433-48.06306.3288
CIE-Lab89.5072-50.03911.7571

#50fadc color RGB value is (80,250,220).

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

The process color (four color CMYK) of #50fadc color hex is 0.68, 0.00, 0.12, 0.02. Web safe color of #50fadc is #66ffcc. Color #50fadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111010 11011100
Octal 120 372 334
Decimal 80 250 220
Hex 50 FA DC

RGB Percentages of Color #50fadc

%14.55
%45.45
%40.00

CMYK Percentages of Color #50fadc

%68
%0
%12
%2

Triadic Colors of #50fadc

#50fadc #dc50fa #fadc50

Analogous Colors of #50fadc

#50fadc #50c3fa #50fa87

Monochromatic Colors of #50fadc

#50fadc

Complementary Color

#50fadc #fa506e

#50fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fadc Color CSS Codes

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

#50fadc Text Font Color

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

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


#50fadc Background Color

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

This div background color is #50fadc


#50fadc Border Color

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

This div border color is #50fadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,250,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 #50fadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fadc


Comments

No comments written yet.

Please login to write comment.