Color Hex Logo

#50badc Color Hex

#50BADC
(80,186,220)
0 Favorites   0 Comments

Color spaces of #50badc

RGB 80186220
HSL0.540.670.59
HSV195°64°86°
CMYK 0.640.150.00   0.14
XYZ33.785441.990674.0345
Yxy41.99060.22550.2803
Hunter Lab64.8002-20.3342-22.3790
CIE-Lab70.8644-20.2279-26.1022

#50badc color RGB value is (80,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111010 11011100
Octal 120 272 334
Decimal 80 186 220
Hex 50 BA DC

RGB Percentages of Color #50badc

%16.46
%38.27
%45.27

CMYK Percentages of Color #50badc

%64
%15
%0
%14

Triadic Colors of #50badc

#50badc #dc50ba #badc50

Analogous Colors of #50badc

#50badc #5074dc #50dcb8

Monochromatic Colors of #50badc

#50badc

Complementary Color

#50badc #dc7250

#50badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50badc Color CSS Codes

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

#50badc Text Font Color

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

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


#50badc Background Color

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

This div background color is #50badc


#50badc Border Color

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

This div border color is #50badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50badc


Comments

No comments written yet.

Please login to write comment.