Color Hex Logo

#509acd Color Hex

#509ACD
(80,154,205)
0 Favorites   0 Comments

Color spaces of #509acd

RGB 80154205
HSL0.570.560.56
HSV204°61°80°
CMYK 0.610.250.00   0.20
XYZ25.883329.224562.0343
Yxy29.22450.22100.2495
Hunter Lab54.0597-9.1402-30.1944
CIE-Lab60.9793-7.7185-33.0782

#509acd color RGB value is (80,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 11001101
Octal 120 232 315
Decimal 80 154 205
Hex 50 9A CD

RGB Percentages of Color #509acd

%18.22
%35.08
%46.70

CMYK Percentages of Color #509acd

%61
%25
%0
%20

Triadic Colors of #509acd

#509acd #cd509a #9acd50

Analogous Colors of #509acd

#509acd #505ccd #50cdc2

Monochromatic Colors of #509acd

#509acd

Complementary Color

#509acd #cd8350

#509acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#509acd Color CSS Codes

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

#509acd Text Font Color

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

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


#509acd Background Color

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

This div background color is #509acd


#509acd Border Color

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

This div border color is #509acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509acd


Comments

No comments written yet.

Please login to write comment.