Color Hex Logo

#50adec Color Hex

#50ADEC
(80,173,236)
0 Favorites   0 Comments

Color spaces of #50adec

RGB 80173236
HSL0.570.800.62
HSV204°66°93°
CMYK 0.660.270.00   0.07
XYZ33.392237.648784.8639
Yxy37.64870.21420.2415
Hunter Lab61.3585-10.2352-39.0520
CIE-Lab67.7609-8.2300-39.6411

#50adec color RGB value is (80,173,236).

#50adec hex color red value is 80, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #50adec hue: 0.57 , saturation: 0.80 and the lightness value of 50adec is 0.62.

The process color (four color CMYK) of #50adec color hex is 0.66, 0.27, 0.00, 0.07. Web safe color of #50adec is #6699ff. Color #50adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11101100
Octal 120 255 354
Decimal 80 173 236
Hex 50 AD EC

RGB Percentages of Color #50adec

%16.36
%35.38
%48.26

CMYK Percentages of Color #50adec

%66
%27
%0
%7

Triadic Colors of #50adec

#50adec #ec50ad #adec50

Analogous Colors of #50adec

#50adec #505fec #50ecdd

Monochromatic Colors of #50adec

#50adec

Complementary Color

#50adec #ec8f50

#50adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adec Color CSS Codes

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

#50adec Text Font Color

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

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


#50adec Background Color

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

This div background color is #50adec


#50adec Border Color

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

This div border color is #50adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adec


Comments

No comments written yet.

Please login to write comment.