Color Hex Logo

#50bdfa Color Hex

#50BDFA
(80,189,250)
0 Favorites   0 Comments

Color spaces of #50bdfa

RGB 80189250
HSL0.560.940.65
HSV202°68°98°
CMYK 0.680.240.00   0.02
XYZ38.761245.002897.0860
Yxy45.00280.21430.2488
Hunter Lab67.0841-14.2599-38.8472
CIE-Lab72.8937-12.3770-39.2341

#50bdfa color RGB value is (80,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111101 11111010
Octal 120 275 372
Decimal 80 189 250
Hex 50 BD FA

RGB Percentages of Color #50bdfa

%15.41
%36.42
%48.17

CMYK Percentages of Color #50bdfa

%68
%24
%0
%2

Triadic Colors of #50bdfa

#50bdfa #fa50bd #bdfa50

Analogous Colors of #50bdfa

#50bdfa #5068fa #50fae2

Monochromatic Colors of #50bdfa

#50bdfa

Complementary Color

#50bdfa #fa8d50

#50bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bdfa Color CSS Codes

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

#50bdfa Text Font Color

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

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


#50bdfa Background Color

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

This div background color is #50bdfa


#50bdfa Border Color

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

This div border color is #50bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bdfa


Comments

No comments written yet.

Please login to write comment.