Color Hex Logo

#509abd Color Hex

#509ABD
(80,154,189)
0 Favorites   0 Comments

Color spaces of #509abd

RGB 80154189
HSL0.550.450.53
HSV199°58°74°
CMYK 0.580.190.00   0.26
XYZ24.049228.490852.3759
Yxy28.49080.22920.2716
Hunter Lab53.3768-12.9852-20.8145
CIE-Lab60.3296-12.7615-25.1038

#509abd color RGB value is (80,154,189).

#509abd hex color red value is 80, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #509abd hue: 0.55 , saturation: 0.45 and the lightness value of 509abd is 0.53.

The process color (four color CMYK) of #509abd color hex is 0.58, 0.19, 0.00, 0.26. Web safe color of #509abd is #6699cc. Color #509abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 10111101
Octal 120 232 275
Decimal 80 154 189
Hex 50 9A BD

RGB Percentages of Color #509abd

%18.91
%36.41
%44.68

CMYK Percentages of Color #509abd

%58
%19
%0
%26

Triadic Colors of #509abd

#509abd #bd509a #9abd50

Analogous Colors of #509abd

#509abd #5064bd #50bdaa

Monochromatic Colors of #509abd

#509abd

Complementary Color

#509abd #bd7350

#509abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#509abd Color CSS Codes

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

#509abd Text Font Color

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

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


#509abd Background Color

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

This div background color is #509abd


#509abd Border Color

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

This div border color is #509abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509abd


Comments

No comments written yet.

Please login to write comment.