Color Hex Logo

#50afde Color Hex

#50AFDE
(80,175,222)
0 Favorites   0 Comments

Color spaces of #50afde

RGB 80175222
HSL0.560.680.59
HSV200°64°87°
CMYK 0.640.210.00   0.13
XYZ31.823137.639374.6951
Yxy37.63930.22080.2611
Hunter Lab61.3509-14.7749-29.2404
CIE-Lab67.7539-13.8150-31.9867

#50afde color RGB value is (80,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 11011110
Octal 120 257 336
Decimal 80 175 222
Hex 50 AF DE

RGB Percentages of Color #50afde

%16.77
%36.69
%46.54

CMYK Percentages of Color #50afde

%64
%21
%0
%13

Triadic Colors of #50afde

#50afde #de50af #afde50

Analogous Colors of #50afde

#50afde #5068de #50dec6

Monochromatic Colors of #50afde

#50afde

Complementary Color

#50afde #de7f50

#50afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50afde Color CSS Codes

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

#50afde Text Font Color

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

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


#50afde Background Color

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

This div background color is #50afde


#50afde Border Color

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

This div border color is #50afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50afde


Comments

No comments written yet.

Please login to write comment.