Color Hex Logo

#50bffe Color Hex

#50BFFE
(80,191,254)
0 Favorites   0 Comments

Color spaces of #50bffe

RGB 80191254
HSL0.560.990.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.828546.1228100.5693
Yxy46.12280.21350.2473
Hunter Lab67.9138-14.1665-40.2593
CIE-Lab73.6251-12.1572-40.2482

#50bffe color RGB value is (80,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111111 11111110
Octal 120 277 376
Decimal 80 191 254
Hex 50 BF FE

RGB Percentages of Color #50bffe

%15.24
%36.38
%48.38

CMYK Percentages of Color #50bffe

%69
%25
%0
%0

Triadic Colors of #50bffe

#50bffe #fe50bf #bffe50

Analogous Colors of #50bffe

#50bffe #5068fe #50fee6

Monochromatic Colors of #50bffe

#50bffe

Complementary Color

#50bffe #fe8f50

#50bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bffe Color CSS Codes

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

#50bffe Text Font Color

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

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


#50bffe Background Color

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

This div background color is #50bffe


#50bffe Border Color

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

This div border color is #50bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.