Color Hex Logo

#509bda Color Hex

#509BDA
(80,155,218)
0 Favorites   0 Comments

Color spaces of #509bda

RGB 80155218
HSL0.580.650.58
HSV207°63°85°
CMYK 0.630.290.00   0.15
XYZ27.684530.210170.7017
Yxy30.21010.21530.2349
Hunter Lab54.9637-6.2784-37.7921
CIE-Lab61.8351-4.0577-38.9904

#509bda color RGB value is (80,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 11011010
Octal 120 233 332
Decimal 80 155 218
Hex 50 9B DA

RGB Percentages of Color #509bda

%17.66
%34.22
%48.12

CMYK Percentages of Color #509bda

%63
%29
%0
%15

Triadic Colors of #509bda

#509bda #da509b #9bda50

Analogous Colors of #509bda

#509bda #5056da #50dad4

Monochromatic Colors of #509bda

#509bda

Complementary Color

#509bda #da8f50

#509bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bda Color CSS Codes

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

#509bda Text Font Color

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

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


#509bda Background Color

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

This div background color is #509bda


#509bda Border Color

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

This div border color is #509bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bda


Comments

No comments written yet.

Please login to write comment.