Color Hex Logo

#50eaed Color Hex

#50EAED
(80,234,237)
0 Favorites   0 Comments

Color spaces of #50eaed

RGB 80234237
HSL0.500.810.62
HSV181°66°93°
CMYK 0.660.010.00   0.07
XYZ48.017166.665590.4577
Yxy66.66550.23410.3250
Hunter Lab81.6489-37.9112-8.5323
CIE-Lab85.3347-38.5682-13.2996

#50eaed color RGB value is (80,234,237).

#50eaed hex color red value is 80, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #50eaed hue: 0.50 , saturation: 0.81 and the lightness value of 50eaed is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 11101101
Octal 120 352 355
Decimal 80 234 237
Hex 50 EA ED

RGB Percentages of Color #50eaed

%14.52
%42.47
%43.01

CMYK Percentages of Color #50eaed

%66
%1
%0
%7

Triadic Colors of #50eaed

#50eaed #ed50ea #eaed50

Analogous Colors of #50eaed

#50eaed #509ced #50eda2

Monochromatic Colors of #50eaed

#50eaed

Complementary Color

#50eaed #ed5350

#50eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eaed Color CSS Codes

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

#50eaed Text Font Color

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

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


#50eaed Background Color

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

This div background color is #50eaed


#50eaed Border Color

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

This div border color is #50eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eaed


Comments

No comments written yet.

Please login to write comment.