Color Hex Logo

#50b6fe Color Hex

#50B6FE
(80,182,254)
0 Favorites   0 Comments

Color spaces of #50b6fe

RGB 80182254
HSL0.570.990.65
HSV205°69°100°
CMYK 0.690.280.00   0.00
XYZ37.925642.317199.9351
Yxy42.31710.21050.2349
Hunter Lab65.0516-9.7734-45.5478
CIE-Lab71.0890-7.2817-44.2106

#50b6fe color RGB value is (80,182,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10110110 11111110
Octal 120 266 376
Decimal 80 182 254
Hex 50 B6 FE

RGB Percentages of Color #50b6fe

%15.50
%35.27
%49.22

CMYK Percentages of Color #50b6fe

%69
%28
%0
%0

Triadic Colors of #50b6fe

#50b6fe #fe50b6 #b6fe50

Analogous Colors of #50b6fe

#50b6fe #505ffe #50feef

Monochromatic Colors of #50b6fe

#50b6fe

Complementary Color

#50b6fe #fe9850

#50b6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b6fe Color CSS Codes

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

#50b6fe Text Font Color

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

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


#50b6fe Background Color

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

This div background color is #50b6fe


#50b6fe Border Color

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

This div border color is #50b6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.