Color Hex Logo

#50beed Color Hex

#50BEED
(80,190,237)
0 Favorites   0 Comments

Color spaces of #50beed

RGB 80190237
HSL0.550.810.62
HSV198°66°93°
CMYK 0.660.200.00   0.07
XYZ37.007844.646886.7879
Yxy44.64680.21970.2651
Hunter Lab66.8183-18.0684-30.2369
CIE-Lab72.6587-17.0414-32.5771

#50beed color RGB value is (80,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111110 11101101
Octal 120 276 355
Decimal 80 190 237
Hex 50 BE ED

RGB Percentages of Color #50beed

%15.78
%37.48
%46.75

CMYK Percentages of Color #50beed

%66
%20
%0
%7

Triadic Colors of #50beed

#50beed #ed50be #beed50

Analogous Colors of #50beed

#50beed #5070ed #50edce

Monochromatic Colors of #50beed

#50beed

Complementary Color

#50beed #ed7f50

#50beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#50beed Color CSS Codes

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

#50beed Text Font Color

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

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


#50beed Background Color

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

This div background color is #50beed


#50beed Border Color

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

This div border color is #50beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50beed


Comments

No comments written yet.

Please login to write comment.