Color Hex Logo

#50acda Color Hex

#50ACDA
(80,172,218)
0 Favorites   0 Comments

Color spaces of #50acda

RGB 80172218
HSL0.560.650.58
HSV200°63°85°
CMYK 0.630.210.00   0.15
XYZ30.715736.272571.7121
Yxy36.27250.22150.2615
Hunter Lab60.2267-14.3613-28.4382
CIE-Lab66.7276-13.4661-31.3762

#50acda color RGB value is (80,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 11011010
Octal 120 254 332
Decimal 80 172 218
Hex 50 AC DA

RGB Percentages of Color #50acda

%17.02
%36.60
%46.38

CMYK Percentages of Color #50acda

%63
%21
%0
%15

Triadic Colors of #50acda

#50acda #da50ac #acda50

Analogous Colors of #50acda

#50acda #5067da #50dac3

Monochromatic Colors of #50acda

#50acda

Complementary Color

#50acda #da7e50

#50acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#50acda Color CSS Codes

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

#50acda Text Font Color

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

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


#50acda Background Color

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

This div background color is #50acda


#50acda Border Color

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

This div border color is #50acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50acda


Comments

No comments written yet.

Please login to write comment.