Color Hex Logo

#50acde Color Hex

#50ACDE
(80,172,222)
0 Favorites   0 Comments

Color spaces of #50acde

RGB 80172222
HSL0.560.680.59
HSV201°64°87°
CMYK 0.640.230.00   0.13
XYZ31.245636.484474.5026
Yxy36.48440.21970.2565
Hunter Lab60.4023-13.3675-30.8490
CIE-Lab66.8884-12.1973-33.3273

#50acde color RGB value is (80,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 11011110
Octal 120 254 336
Decimal 80 172 222
Hex 50 AC DE

RGB Percentages of Color #50acde

%16.88
%36.29
%46.84

CMYK Percentages of Color #50acde

%64
%23
%0
%13

Triadic Colors of #50acde

#50acde #de50ac #acde50

Analogous Colors of #50acde

#50acde #5065de #50dec9

Monochromatic Colors of #50acde

#50acde

Complementary Color

#50acde #de8250

#50acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50acde Color CSS Codes

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

#50acde Text Font Color

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

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


#50acde Background Color

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

This div background color is #50acde


#50acde Border Color

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

This div border color is #50acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50acde


Comments

No comments written yet.

Please login to write comment.