Color Hex Logo

#50eafa Color Hex

#50EAFA
(80,234,250)
0 Favorites   0 Comments

Color spaces of #50eafa

RGB 80234250
HSL0.520.940.65
HSV186°68°98°
CMYK 0.680.060.00   0.02
XYZ49.986467.4532100.8277
Yxy67.45320.22900.3090
Hunter Lab82.1299-35.0876-15.2971
CIE-Lab85.7323-34.9106-19.5405

#50eafa color RGB value is (80,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 11111010
Octal 120 352 372
Decimal 80 234 250
Hex 50 EA FA

RGB Percentages of Color #50eafa

%14.18
%41.49
%44.33

CMYK Percentages of Color #50eafa

%68
%6
%0
%2

Triadic Colors of #50eafa

#50eafa #fa50ea #eafa50

Analogous Colors of #50eafa

#50eafa #5095fa #50fab5

Monochromatic Colors of #50eafa

#50eafa

Complementary Color

#50eafa #fa6050

#50eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eafa Color CSS Codes

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

#50eafa Text Font Color

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

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


#50eafa Background Color

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

This div background color is #50eafa


#50eafa Border Color

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

This div border color is #50eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eafa


Comments

No comments written yet.

Please login to write comment.