Color Hex Logo

#50bbfe Color Hex

#50BBFE
(80,187,254)
0 Favorites   0 Comments

Color spaces of #50bbfe

RGB 80187254
HSL0.560.990.65
HSV203°69°100°
CMYK 0.690.260.00   0.00
XYZ38.968044.4019100.2825
Yxy44.40190.21220.2418
Hunter Lab66.6348-12.2240-42.5846
CIE-Lab72.4963-10.0057-42.0092

#50bbfe color RGB value is (80,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111011 11111110
Octal 120 273 376
Decimal 80 187 254
Hex 50 BB FE

RGB Percentages of Color #50bbfe

%15.36
%35.89
%48.75

CMYK Percentages of Color #50bbfe

%69
%26
%0
%0

Triadic Colors of #50bbfe

#50bbfe #fe50bb #bbfe50

Analogous Colors of #50bbfe

#50bbfe #5064fe #50feea

Monochromatic Colors of #50bbfe

#50bbfe

Complementary Color

#50bbfe #fe9350

#50bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bbfe Color CSS Codes

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

#50bbfe Text Font Color

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

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


#50bbfe Background Color

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

This div background color is #50bbfe


#50bbfe Border Color

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

This div border color is #50bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.