Color Hex Logo

#509eda Color Hex

#509EDA
(80,158,218)
0 Favorites   0 Comments

Color spaces of #509eda

RGB 80158218
HSL0.570.650.58
HSV206°63°85°
CMYK 0.630.280.00   0.15
XYZ28.190031.221170.8702
Yxy31.22110.21640.2396
Hunter Lab55.8758-7.7274-36.0875
CIE-Lab62.6938-5.7541-37.6473

#509eda color RGB value is (80,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 11011010
Octal 120 236 332
Decimal 80 158 218
Hex 50 9E DA

RGB Percentages of Color #509eda

%17.54
%34.65
%47.81

CMYK Percentages of Color #509eda

%63
%28
%0
%15

Triadic Colors of #509eda

#509eda #da509e #9eda50

Analogous Colors of #509eda

#509eda #5059da #50dad1

Monochromatic Colors of #509eda

#509eda

Complementary Color

#509eda #da8c50

#509eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#509eda Color CSS Codes

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

#509eda Text Font Color

<p style="color:#509eda">Text here</p>

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


#509eda Background Color

<div style="background-color:#509eda">
Div content here</div>

This div background color is #509eda


#509eda Border Color

<div style="border:3px solid #509eda">
Div here</div>

This div border color is #509eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509eda


Comments

No comments written yet.

Please login to write comment.