Color Hex Logo

#50cdfb Color Hex

#50CDFB
(80,205,251)
0 Favorites   0 Comments

Color spaces of #50cdfb

RGB 80205251
HSL0.540.960.65
HSV196°68°98°
CMYK 0.680.180.00   0.02
XYZ42.552252.333299.1254
Yxy52.33320.21930.2697
Hunter Lab72.3417-21.6022-30.6023
CIE-Lab77.4797-20.4297-32.6659

#50cdfb color RGB value is (80,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001101 11111011
Octal 120 315 373
Decimal 80 205 251
Hex 50 CD FB

RGB Percentages of Color #50cdfb

%14.93
%38.25
%46.83

CMYK Percentages of Color #50cdfb

%68
%18
%0
%2

Triadic Colors of #50cdfb

#50cdfb #fb50cd #cdfb50

Analogous Colors of #50cdfb

#50cdfb #5078fb #50fbd4

Monochromatic Colors of #50cdfb

#50cdfb

Complementary Color

#50cdfb #fb7e50

#50cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cdfb Color CSS Codes

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

#50cdfb Text Font Color

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

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


#50cdfb Background Color

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

This div background color is #50cdfb


#50cdfb Border Color

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

This div border color is #50cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cdfb


Comments

No comments written yet.

Please login to write comment.