Color Hex Logo

#50aadf Color Hex

#50AADF
(80,170,223)
0 Favorites   0 Comments

Color spaces of #50aadf

RGB 80170223
HSL0.560.690.59
HSV202°64°87°
CMYK 0.640.240.00   0.13
XYZ31.002335.782675.0848
Yxy35.78260.21850.2522
Hunter Lab59.8186-12.1709-32.5484
CIE-Lab66.3535-10.7896-34.7075

#50aadf color RGB value is (80,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 11011111
Octal 120 252 337
Decimal 80 170 223
Hex 50 AA DF

RGB Percentages of Color #50aadf

%16.91
%35.94
%47.15

CMYK Percentages of Color #50aadf

%64
%24
%0
%13

Triadic Colors of #50aadf

#50aadf #df50aa #aadf50

Analogous Colors of #50aadf

#50aadf #5062df #50dfcd

Monochromatic Colors of #50aadf

#50aadf

Complementary Color

#50aadf #df8550

#50aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aadf Color CSS Codes

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

#50aadf Text Font Color

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

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


#50aadf Background Color

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

This div background color is #50aadf


#50aadf Border Color

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

This div border color is #50aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aadf


Comments

No comments written yet.

Please login to write comment.