Color Hex Logo

#50facc Color Hex

#50FACC
(80,250,204)
0 Favorites   0 Comments

Color spaces of #50facc

RGB 80250204
HSL0.450.940.65
HSV164°68°98°
CMYK 0.680.000.18   0.02
XYZ48.393074.436368.9438
Yxy74.43630.25230.3881
Hunter Lab86.2765-50.862113.0147
CIE-Lab89.1283-53.88329.5142

#50facc color RGB value is (80,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111010 11001100
Octal 120 372 314
Decimal 80 250 204
Hex 50 FA CC

RGB Percentages of Color #50facc

%14.98
%46.82
%38.20

CMYK Percentages of Color #50facc

%68
%0
%18
%2

Triadic Colors of #50facc

#50facc #cc50fa #facc50

Analogous Colors of #50facc

#50facc #50d3fa #50fa77

Monochromatic Colors of #50facc

#50facc

Complementary Color

#50facc #fa507e

#50facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50facc Color CSS Codes

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

#50facc Text Font Color

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

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


#50facc Background Color

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

This div background color is #50facc


#50facc Border Color

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

This div border color is #50facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50facc


Comments

No comments written yet.

Please login to write comment.