Color Hex Logo

#50badd Color Hex

#50BADD
(80,186,221)
0 Favorites   0 Comments

Color spaces of #50badd

RGB 80186221
HSL0.540.670.59
HSV195°64°87°
CMYK 0.640.160.00   0.13
XYZ33.918342.043774.7342
Yxy42.04370.22510.2790
Hunter Lab64.8411-20.0988-22.9473
CIE-Lab70.9010-19.9219-26.5914

#50badd color RGB value is (80,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111010 11011101
Octal 120 272 335
Decimal 80 186 221
Hex 50 BA DD

RGB Percentages of Color #50badd

%16.43
%38.19
%45.38

CMYK Percentages of Color #50badd

%64
%16
%0
%13

Triadic Colors of #50badd

#50badd #dd50ba #badd50

Analogous Colors of #50badd

#50badd #5074dd #50ddba

Monochromatic Colors of #50badd

#50badd

Complementary Color

#50badd #dd7350

#50badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50badd Color CSS Codes

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

#50badd Text Font Color

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

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


#50badd Background Color

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

This div background color is #50badd


#50badd Border Color

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

This div border color is #50badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50badd


Comments

No comments written yet.

Please login to write comment.