Color Hex Logo

#50bade Color Hex

#50BADE
(80,186,222)
0 Favorites   0 Comments

Color spaces of #50bade

RGB 80186222
HSL0.540.680.59
HSV195°64°87°
CMYK 0.640.160.00   0.13
XYZ34.052042.097275.4381
Yxy42.09720.22460.2777
Hunter Lab64.8824-19.8625-23.5183
CIE-Lab70.9379-19.6153-27.0800

#50bade color RGB value is (80,186,222).

#50bade hex color red value is 80, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #50bade hue: 0.54 , saturation: 0.68 and the lightness value of 50bade is 0.59.

The process color (four color CMYK) of #50bade color hex is 0.64, 0.16, 0.00, 0.13. Web safe color of #50bade is #66cccc. Color #50bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111010 11011110
Octal 120 272 336
Decimal 80 186 222
Hex 50 BA DE

RGB Percentages of Color #50bade

%16.39
%38.11
%45.49

CMYK Percentages of Color #50bade

%64
%16
%0
%13

Triadic Colors of #50bade

#50bade #de50ba #bade50

Analogous Colors of #50bade

#50bade #5073de #50debb

Monochromatic Colors of #50bade

#50bade

Complementary Color

#50bade #de7450

#50bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bade Color CSS Codes

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

#50bade Text Font Color

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

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


#50bade Background Color

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

This div background color is #50bade


#50bade Border Color

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

This div border color is #50bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bade


Comments

No comments written yet.

Please login to write comment.