Color Hex Logo

#50dcfb Color Hex

#50DCFB
(80,220,251)
0 Favorites   0 Comments

Color spaces of #50dcfb

RGB 80220251
HSL0.530.960.65
HSV191°68°98°
CMYK 0.680.120.00   0.02
XYZ46.314159.8569100.3793
Yxy59.85690.22420.2898
Hunter Lab77.3672-28.5378-22.7681
CIE-Lab81.7603-27.9259-26.0993

#50dcfb color RGB value is (80,220,251).

#50dcfb hex color red value is 80, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #50dcfb hue: 0.53 , saturation: 0.96 and the lightness value of 50dcfb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011100 11111011
Octal 120 334 373
Decimal 80 220 251
Hex 50 DC FB

RGB Percentages of Color #50dcfb

%14.52
%39.93
%45.55

CMYK Percentages of Color #50dcfb

%68
%12
%0
%2

Triadic Colors of #50dcfb

#50dcfb #fb50dc #dcfb50

Analogous Colors of #50dcfb

#50dcfb #5087fb #50fbc5

Monochromatic Colors of #50dcfb

#50dcfb

Complementary Color

#50dcfb #fb6f50

#50dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dcfb Color CSS Codes

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

#50dcfb Text Font Color

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

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


#50dcfb Background Color

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

This div background color is #50dcfb


#50dcfb Border Color

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

This div border color is #50dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.