Color Hex Logo

#50ccfa Color Hex

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

Color spaces of #50ccfa

RGB 80204250
HSL0.550.940.65
HSV196°68°98°
CMYK 0.680.180.00   0.02
XYZ42.156551.793398.2177
Yxy51.79330.21940.2695
Hunter Lab71.9676-21.3831-30.5387
CIE-Lab77.1571-20.2287-32.6286

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

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

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

Base Numbers

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

RGB Percentages of Color #50ccfa

%14.98
%38.20
%46.82

CMYK Percentages of Color #50ccfa

%68
%18
%0
%2

Triadic Colors of #50ccfa

#50ccfa #fa50cc #ccfa50

Analogous Colors of #50ccfa

#50ccfa #5077fa #50fad3

Monochromatic Colors of #50ccfa

#50ccfa

Complementary Color

#50ccfa #fa7e50

#50ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccfa Color CSS Codes

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

#50ccfa Text Font Color

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

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


#50ccfa Background Color

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

This div background color is #50ccfa


#50ccfa Border Color

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

This div border color is #50ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccfa


Comments

No comments written yet.

Please login to write comment.