Color Hex Logo

#50baff Color Hex

#50BAFF
(80,186,255)
1 Favorites   0 Comments

Color spaces of #50baff

RGB 80186255
HSL0.571.000.66
HSV204°69°100°
CMYK 0.690.270.00   0.00
XYZ38.917244.0433101.0578
Yxy44.04330.21150.2393
Hunter Lab66.3651-11.4647-43.8285
CIE-Lab72.2574-9.1375-42.9212

#50baff color RGB value is (80,186,255).

#50baff hex color red value is 80, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #50baff hue: 0.57 , saturation: 1.00 and the lightness value of 50baff is 0.66.

The process color (four color CMYK) of #50baff color hex is 0.69, 0.27, 0.00, 0.00. Web safe color of #50baff is #66ccff. Color #50baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111010 11111111
Octal 120 272 377
Decimal 80 186 255
Hex 50 BA FF

RGB Percentages of Color #50baff

%15.36
%35.70
%48.94

CMYK Percentages of Color #50baff

%69
%27
%0
%0

Triadic Colors of #50baff

#50baff #ff50ba #baff50

Analogous Colors of #50baff

#50baff #5062ff #50ffed

Monochromatic Colors of #50baff

#50baff

Complementary Color

#50baff #ff9550

#50baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#50baff Color CSS Codes

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

#50baff Text Font Color

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

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


#50baff Background Color

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

This div background color is #50baff


#50baff Border Color

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

This div border color is #50baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50baff

Related Colors


Comments

No comments written yet.

Please login to write comment.