Color Hex Logo

#50effd Color Hex

#50EFFD
(80,239,253)
0 Favorites   0 Comments

Color spaces of #50effd

RGB 80239253
HSL0.510.980.65
HSV185°68°99°
CMYK 0.680.060.00   0.01
XYZ51.904470.5303103.8066
Yxy70.53030.22940.3117
Hunter Lab83.9823-36.6490-14.4980
CIE-Lab87.2563-36.3822-18.8141

#50effd color RGB value is (80,239,253).

#50effd hex color red value is 80, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #50effd hue: 0.51 , saturation: 0.98 and the lightness value of 50effd is 0.65.

The process color (four color CMYK) of #50effd color hex is 0.68, 0.06, 0.00, 0.01. Web safe color of #50effd is #66ffff. Color #50effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101111 11111101
Octal 120 357 375
Decimal 80 239 253
Hex 50 EF FD

RGB Percentages of Color #50effd

%13.99
%41.78
%44.23

CMYK Percentages of Color #50effd

%68
%6
%0
%1

Triadic Colors of #50effd

#50effd #fd50ef #effd50

Analogous Colors of #50effd

#50effd #5099fd #50fdb5

Monochromatic Colors of #50effd

#50effd

Complementary Color

#50effd #fd5e50

#50effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50effd Color CSS Codes

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

#50effd Text Font Color

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

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


#50effd Background Color

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

This div background color is #50effd


#50effd Border Color

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

This div border color is #50effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50effd

Related Colors


Comments

No comments written yet.

Please login to write comment.