Color Hex Logo

#509acb Color Hex

#509ACB
(80,154,203)
0 Favorites   0 Comments

Color spaces of #509acb

RGB 80154203
HSL0.570.540.55
HSV204°61°80°
CMYK 0.610.240.00   0.20
XYZ25.643429.128560.7707
Yxy29.12850.22190.2521
Hunter Lab53.9708-9.6374-28.9805
CIE-Lab60.8949-8.3592-32.0902

#509acb color RGB value is (80,154,203).

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

The process color (four color CMYK) of #509acb color hex is 0.61, 0.24, 0.00, 0.20. Web safe color of #509acb is #6699cc. Color #509acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 11001011
Octal 120 232 313
Decimal 80 154 203
Hex 50 9A CB

RGB Percentages of Color #509acb

%18.31
%35.24
%46.45

CMYK Percentages of Color #509acb

%61
%24
%0
%20

Triadic Colors of #509acb

#509acb #cb509a #9acb50

Analogous Colors of #509acb

#509acb #505dcb #50cbbf

Monochromatic Colors of #509acb

#509acb

Complementary Color

#509acb #cb8150

#509acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#509acb Color CSS Codes

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

#509acb Text Font Color

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

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


#509acb Background Color

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

This div background color is #509acb


#509acb Border Color

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

This div border color is #509acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509acb


Comments

No comments written yet.

Please login to write comment.