Color Hex Logo

#509dac Color Hex

#509DAC
(80,157,172)
0 Favorites   0 Comments

Color spaces of #509dac

RGB 80157172
HSL0.530.370.49
HSV190°53°67°
CMYK 0.530.090.00   0.33
XYZ22.811628.798043.3860
Yxy28.79800.24010.3032
Hunter Lab53.6638-18.0341-10.3700
CIE-Lab60.6029-19.4604-15.0984

#509dac color RGB value is (80,157,172).

#509dac hex color red value is 80, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #509dac hue: 0.53 , saturation: 0.37 and the lightness value of 509dac is 0.49.

The process color (four color CMYK) of #509dac color hex is 0.53, 0.09, 0.00, 0.33. Web safe color of #509dac is #669999. Color #509dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011101 10101100
Octal 120 235 254
Decimal 80 157 172
Hex 50 9D AC

RGB Percentages of Color #509dac

%19.56
%38.39
%42.05

CMYK Percentages of Color #509dac

%53
%9
%0
%33

Triadic Colors of #509dac

#509dac #ac509d #9dac50

Analogous Colors of #509dac

#509dac #506fac #50ac8d

Monochromatic Colors of #509dac

#509dac

Complementary Color

#509dac #ac5f50

#509dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#509dac Color CSS Codes

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

#509dac Text Font Color

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

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


#509dac Background Color

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

This div background color is #509dac


#509dac Border Color

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

This div border color is #509dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509dac


Comments

No comments written yet.

Please login to write comment.