Color Hex Logo

#50adda Color Hex

#50ADDA
(80,173,218)
0 Favorites   0 Comments

Color spaces of #50adda

RGB 80173218
HSL0.550.650.58
HSV200°63°85°
CMYK 0.630.210.00   0.15
XYZ30.906736.654671.7757
Yxy36.65460.22180.2631
Hunter Lab60.5430-14.8276-27.9100
CIE-Lab67.0171-14.0041-30.9285

#50adda color RGB value is (80,173,218).

#50adda hex color red value is 80, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #50adda hue: 0.55 , saturation: 0.65 and the lightness value of 50adda is 0.58.

The process color (four color CMYK) of #50adda color hex is 0.63, 0.21, 0.00, 0.15. Web safe color of #50adda is #6699cc. Color #50adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11011010
Octal 120 255 332
Decimal 80 173 218
Hex 50 AD DA

RGB Percentages of Color #50adda

%16.99
%36.73
%46.28

CMYK Percentages of Color #50adda

%63
%21
%0
%15

Triadic Colors of #50adda

#50adda #da50ad #adda50

Analogous Colors of #50adda

#50adda #5068da #50dac2

Monochromatic Colors of #50adda

#50adda

Complementary Color

#50adda #da7d50

#50adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adda Color CSS Codes

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

#50adda Text Font Color

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

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


#50adda Background Color

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

This div background color is #50adda


#50adda Border Color

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

This div border color is #50adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adda


Comments

No comments written yet.

Please login to write comment.