Color Hex Logo

#50effa Color Hex

#50EFFA
(80,239,250)
0 Favorites   0 Comments

Color spaces of #50effa

RGB 80239250
HSL0.510.940.65
HSV184°68°98°
CMYK 0.680.040.00   0.02
XYZ51.430170.3406101.3089
Yxy70.34060.23050.3153
Hunter Lab83.8693-37.3120-12.9101
CIE-Lab87.1636-37.2315-17.3823

#50effa color RGB value is (80,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101111 11111010
Octal 120 357 372
Decimal 80 239 250
Hex 50 EF FA

RGB Percentages of Color #50effa

%14.06
%42.00
%43.94

CMYK Percentages of Color #50effa

%68
%4
%0
%2

Triadic Colors of #50effa

#50effa #fa50ef #effa50

Analogous Colors of #50effa

#50effa #509afa #50fab0

Monochromatic Colors of #50effa

#50effa

Complementary Color

#50effa #fa5b50

#50effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50effa Color CSS Codes

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

#50effa Text Font Color

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

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


#50effa Background Color

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

This div background color is #50effa


#50effa Border Color

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

This div border color is #50effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50effa


Comments

No comments written yet.

Please login to write comment.