Color Hex Logo

#50ccfb Color Hex

#50CCFB
(80,204,251)
0 Favorites   0 Comments

Color spaces of #50ccfb

RGB 80204251
HSL0.550.960.65
HSV196°68°98°
CMYK 0.680.190.00   0.02
XYZ42.313751.856299.0459
Yxy51.85620.21900.2684
Hunter Lab72.0112-21.1334-31.1409
CIE-Lab77.1948-19.9178-33.1052

#50ccfb color RGB value is (80,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 11111011
Octal 120 314 373
Decimal 80 204 251
Hex 50 CC FB

RGB Percentages of Color #50ccfb

%14.95
%38.13
%46.92

CMYK Percentages of Color #50ccfb

%68
%19
%0
%2

Triadic Colors of #50ccfb

#50ccfb #fb50cc #ccfb50

Analogous Colors of #50ccfb

#50ccfb #5077fb #50fbd5

Monochromatic Colors of #50ccfb

#50ccfb

Complementary Color

#50ccfb #fb7f50

#50ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccfb Color CSS Codes

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

#50ccfb Text Font Color

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

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


#50ccfb Background Color

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

This div background color is #50ccfb


#50ccfb Border Color

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

This div border color is #50ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccfb


Comments

No comments written yet.

Please login to write comment.