Color Hex Logo

#50ebff Color Hex

#50EBFF
(80,235,255)
0 Favorites   0 Comments

Color spaces of #50ebff

RGB 80235255
HSL0.521.000.66
HSV187°69°100°
CMYK 0.690.080.00   0.00
XYZ51.066668.3421105.1076
Yxy68.34210.22750.3044
Hunter Lab82.6693-34.4079-17.5142
CIE-Lab86.1772-33.9419-21.4935

#50ebff color RGB value is (80,235,255).

#50ebff hex color red value is 80, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #50ebff hue: 0.52 , saturation: 1.00 and the lightness value of 50ebff is 0.66.

The process color (four color CMYK) of #50ebff color hex is 0.69, 0.08, 0.00, 0.00. Web safe color of #50ebff is #66ffff. Color #50ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101011 11111111
Octal 120 353 377
Decimal 80 235 255
Hex 50 EB FF

RGB Percentages of Color #50ebff

%14.04
%41.23
%44.74

CMYK Percentages of Color #50ebff

%69
%8
%0
%0

Triadic Colors of #50ebff

#50ebff #ff50eb #ebff50

Analogous Colors of #50ebff

#50ebff #5094ff #50ffbc

Monochromatic Colors of #50ebff

#50ebff

Complementary Color

#50ebff #ff6450

#50ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ebff Color CSS Codes

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

#50ebff Text Font Color

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

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


#50ebff Background Color

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

This div background color is #50ebff


#50ebff Border Color

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

This div border color is #50ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ebff


Comments

No comments written yet.

Please login to write comment.