Color Hex Logo

#50eafe Color Hex

#50EAFE
(80,234,254)
0 Favorites   0 Comments

Color spaces of #50eafe

RGB 80234254
HSL0.520.990.65
HSV187°69°100°
CMYK 0.690.080.00   0.00
XYZ50.620567.7069104.1667
Yxy67.70690.22750.3043
Hunter Lab82.2842-34.1858-17.4585
CIE-Lab85.8597-33.7602-21.4495

#50eafe color RGB value is (80,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 11111110
Octal 120 352 376
Decimal 80 234 254
Hex 50 EA FE

RGB Percentages of Color #50eafe

%14.08
%41.20
%44.72

CMYK Percentages of Color #50eafe

%69
%8
%0
%0

Triadic Colors of #50eafe

#50eafe #fe50ea #eafe50

Analogous Colors of #50eafe

#50eafe #5093fe #50febb

Monochromatic Colors of #50eafe

#50eafe

Complementary Color

#50eafe #fe6450

#50eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eafe Color CSS Codes

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

#50eafe Text Font Color

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

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


#50eafe Background Color

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

This div background color is #50eafe


#50eafe Border Color

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

This div border color is #50eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.