Color Hex Logo

#509bac Color Hex

#509BAC
(80,155,172)
0 Favorites   0 Comments

Color spaces of #509bac

RGB 80155172
HSL0.530.370.49
HSV191°53°67°
CMYK 0.530.100.00   0.33
XYZ22.476028.126743.2741
Yxy28.12670.23940.2996
Hunter Lab53.0346-17.1625-11.2540
CIE-Lab60.0030-18.4059-16.0061

#509bac color RGB value is (80,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 10101100
Octal 120 233 254
Decimal 80 155 172
Hex 50 9B AC

RGB Percentages of Color #509bac

%19.66
%38.08
%42.26

CMYK Percentages of Color #509bac

%53
%10
%0
%33

Triadic Colors of #509bac

#509bac #ac509b #9bac50

Analogous Colors of #509bac

#509bac #506dac #50ac8f

Monochromatic Colors of #509bac

#509bac

Complementary Color

#509bac #ac6150

#509bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bac Color CSS Codes

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

#509bac Text Font Color

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

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


#509bac Background Color

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

This div background color is #509bac


#509bac Border Color

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

This div border color is #509bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bac


Comments

No comments written yet.

Please login to write comment.