Color Hex Logo

#50cdfa Color Hex

#50CDFA
(80,205,250)
0 Favorites   0 Comments

Color spaces of #50cdfa

RGB 80205250
HSL0.540.940.65
HSV196°68°98°
CMYK 0.680.180.00   0.02
XYZ42.394952.270298.2972
Yxy52.27020.21970.2709
Hunter Lab72.2981-21.8511-30.0025
CIE-Lab77.4421-20.7399-32.1893

#50cdfa color RGB value is (80,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001101 11111010
Octal 120 315 372
Decimal 80 205 250
Hex 50 CD FA

RGB Percentages of Color #50cdfa

%14.95
%38.32
%46.73

CMYK Percentages of Color #50cdfa

%68
%18
%0
%2

Triadic Colors of #50cdfa

#50cdfa #fa50cd #cdfa50

Analogous Colors of #50cdfa

#50cdfa #5078fa #50fad2

Monochromatic Colors of #50cdfa

#50cdfa

Complementary Color

#50cdfa #fa7d50

#50cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cdfa Color CSS Codes

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

#50cdfa Text Font Color

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

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


#50cdfa Background Color

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

This div background color is #50cdfa


#50cdfa Border Color

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

This div border color is #50cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.