Color Hex Logo

#50aced Color Hex

#50ACED
(80,172,237)
0 Favorites   0 Comments

Color spaces of #50aced

RGB 80172237
HSL0.570.810.62
HSV205°66°93°
CMYK 0.660.270.00   0.07
XYZ33.346937.324985.5676
Yxy37.32490.21340.2389
Hunter Lab61.0941-9.4843-40.2749
CIE-Lab67.5201-7.3516-40.5636

#50aced color RGB value is (80,172,237).

#50aced hex color red value is 80, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #50aced hue: 0.57 , saturation: 0.81 and the lightness value of 50aced is 0.62.

The process color (four color CMYK) of #50aced color hex is 0.66, 0.27, 0.00, 0.07. Web safe color of #50aced is #6699ff. Color #50aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 11101101
Octal 120 254 355
Decimal 80 172 237
Hex 50 AC ED

RGB Percentages of Color #50aced

%16.36
%35.17
%48.47

CMYK Percentages of Color #50aced

%66
%27
%0
%7

Triadic Colors of #50aced

#50aced #ed50ac #aced50

Analogous Colors of #50aced

#50aced #505eed #50ede0

Monochromatic Colors of #50aced

#50aced

Complementary Color

#50aced #ed9150

#50aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aced Color CSS Codes

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

#50aced Text Font Color

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

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


#50aced Background Color

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

This div background color is #50aced


#50aced Border Color

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

This div border color is #50aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aced


Comments

No comments written yet.

Please login to write comment.