color codes Logo

#50a9ed color codes

#50A9ED
(80,169,237)
0 Favorites   0 Comments

Color spaces of #50a9ed

RGB 80169237
HSL0.570.810.62
HSV206°66°93°
CMYK 0.660.290.00   0.07
XYZ32.782336.195885.3794
Yxy36.19580.21240.2345
Hunter Lab60.1629-8.0220-42.0265
CIE-Lab66.6693-5.6858-41.8951

#50a9ed color RGB value is (80,169,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101001 11101101
Octal 120 251 355
Decimal 80 169 237
Hex 50 A9 ED

RGB Percentages of Color #50a9ed

%16.46
%34.77
%48.77

CMYK Percentages of Color #50a9ed

%66
%29
%0
%7

Triadic Colors of #50a9ed

#50a9ed #ed50a9 #a9ed50

Analogous Colors of #50a9ed

#50a9ed #505bed #50ede3

Monochromatic Colors of #50a9ed

#50a9ed

Complementary Color

#50a9ed #ed9450

#50a9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a9ed Color CSS Codes

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

#50a9ed Text Font Color

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

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


#50a9ed Background Color

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

This div background color is #50a9ed


#50a9ed Border Color

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

This div border color is #50a9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a9ed


Comments

No comments written yet.

Please login to write comment.