Color Hex Logo

#50addd Color Hex

#50ADDD
(80,173,221)
0 Favorites   0 Comments

Color spaces of #50addd

RGB 80173221
HSL0.560.670.59
HSV200°64°87°
CMYK 0.640.220.00   0.13
XYZ31.303036.813173.8624
Yxy36.81310.22050.2593
Hunter Lab60.6738-14.0869-29.7061
CIE-Lab67.1366-13.0558-32.3932

#50addd color RGB value is (80,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11011101
Octal 120 255 335
Decimal 80 173 221
Hex 50 AD DD

RGB Percentages of Color #50addd

%16.88
%36.50
%46.62

CMYK Percentages of Color #50addd

%64
%22
%0
%13

Triadic Colors of #50addd

#50addd #dd50ad #addd50

Analogous Colors of #50addd

#50addd #5067dd #50ddc7

Monochromatic Colors of #50addd

#50addd

Complementary Color

#50addd #dd8050

#50addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50addd Color CSS Codes

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

#50addd Text Font Color

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

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


#50addd Background Color

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

This div background color is #50addd


#50addd Border Color

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

This div border color is #50addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50addd


Comments

No comments written yet.

Please login to write comment.