Color Hex Logo

#50addb Color Hex

#50ADDB
(80,173,219)
0 Favorites   0 Comments

Color spaces of #50addb

RGB 80173219
HSL0.560.660.59
HSV200°63°86°
CMYK 0.630.210.00   0.14
XYZ31.038036.707172.4671
Yxy36.70710.22140.2618
Hunter Lab60.5864-14.5818-28.5060
CIE-Lab67.0567-13.6887-31.4173

#50addb color RGB value is (80,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11011011
Octal 120 255 333
Decimal 80 173 219
Hex 50 AD DB

RGB Percentages of Color #50addb

%16.95
%36.65
%46.40

CMYK Percentages of Color #50addb

%63
%21
%0
%14

Triadic Colors of #50addb

#50addb #db50ad #addb50

Analogous Colors of #50addb

#50addb #5068db #50dbc4

Monochromatic Colors of #50addb

#50addb

Complementary Color

#50addb #db7e50

#50addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50addb Color CSS Codes

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

#50addb Text Font Color

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

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


#50addb Background Color

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

This div background color is #50addb


#50addb Border Color

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

This div border color is #50addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50addb


Comments

No comments written yet.

Please login to write comment.