Color Hex Logo

#509dda Color Hex

#509DDA
(80,157,218)
0 Favorites   0 Comments

Color spaces of #509dda

RGB 80157218
HSL0.570.650.58
HSV207°63°85°
CMYK 0.630.280.00   0.15
XYZ28.020130.881470.8135
Yxy30.88140.21600.2381
Hunter Lab55.5710-7.2458-36.6528
CIE-Lab62.4074-5.1906-38.0949

#509dda color RGB value is (80,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011101 11011010
Octal 120 235 332
Decimal 80 157 218
Hex 50 9D DA

RGB Percentages of Color #509dda

%17.58
%34.51
%47.91

CMYK Percentages of Color #509dda

%63
%28
%0
%15

Triadic Colors of #509dda

#509dda #da509d #9dda50

Analogous Colors of #509dda

#509dda #5058da #50dad2

Monochromatic Colors of #509dda

#509dda

Complementary Color

#509dda #da8d50

#509dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#509dda Color CSS Codes

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

#509dda Text Font Color

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

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


#509dda Background Color

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

This div background color is #509dda


#509dda Border Color

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

This div border color is #509dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509dda


Comments

No comments written yet.

Please login to write comment.