Color Hex Logo

#50adde Color Hex

#50ADDE
(80,173,222)
0 Favorites   0 Comments

Color spaces of #50adde

RGB 80173222
HSL0.560.680.59
HSV201°64°87°
CMYK 0.640.220.00   0.13
XYZ31.436736.866574.5663
Yxy36.86650.22000.2580
Hunter Lab60.7178-13.8376-30.3104
CIE-Lab67.1768-12.7381-32.8804

#50adde color RGB value is (80,173,222).

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

The process color (four color CMYK) of #50adde color hex is 0.64, 0.22, 0.00, 0.13. Web safe color of #50adde is #6699cc. Color #50adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11011110
Octal 120 255 336
Decimal 80 173 222
Hex 50 AD DE

RGB Percentages of Color #50adde

%16.84
%36.42
%46.74

CMYK Percentages of Color #50adde

%64
%22
%0
%13

Triadic Colors of #50adde

#50adde #de50ad #adde50

Analogous Colors of #50adde

#50adde #5066de #50dec8

Monochromatic Colors of #50adde

#50adde

Complementary Color

#50adde #de8150

#50adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adde Color CSS Codes

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

#50adde Text Font Color

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

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


#50adde Background Color

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

This div background color is #50adde


#50adde Border Color

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

This div border color is #50adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adde


Comments

No comments written yet.

Please login to write comment.