Color Hex Logo

#50cefb Color Hex

#50CEFB
(80,206,251)
0 Favorites   0 Comments

Color spaces of #50cefb

RGB 80206251
HSL0.540.960.65
HSV196°68°98°
CMYK 0.680.180.00   0.02
XYZ42.792252.813199.2054
Yxy52.81310.21970.2711
Hunter Lab72.6726-22.0700-30.0659
CIE-Lab77.7645-20.9399-32.2269

#50cefb color RGB value is (80,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11111011
Octal 120 316 373
Decimal 80 206 251
Hex 50 CE FB

RGB Percentages of Color #50cefb

%14.90
%38.36
%46.74

CMYK Percentages of Color #50cefb

%68
%18
%0
%2

Triadic Colors of #50cefb

#50cefb #fb50ce #cefb50

Analogous Colors of #50cefb

#50cefb #5079fb #50fbd3

Monochromatic Colors of #50cefb

#50cefb

Complementary Color

#50cefb #fb7d50

#50cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cefb Color CSS Codes

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

#50cefb Text Font Color

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

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


#50cefb Background Color

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

This div background color is #50cefb


#50cefb Border Color

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

This div border color is #50cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cefb


Comments

No comments written yet.

Please login to write comment.