Color Hex Logo

#509aba Color Hex

#509ABA
(80,154,186)
0 Favorites   0 Comments

Color spaces of #509aba

RGB 80154186
HSL0.550.430.52
HSV198°57°73°
CMYK 0.570.170.00   0.27
XYZ23.726828.361850.6782
Yxy28.36180.23090.2760
Hunter Lab53.2558-13.6714-19.1413
CIE-Lab60.2142-13.6837-23.5910

#509aba color RGB value is (80,154,186).

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

The process color (four color CMYK) of #509aba color hex is 0.57, 0.17, 0.00, 0.27. Web safe color of #509aba is #6699cc. Color #509aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 10111010
Octal 120 232 272
Decimal 80 154 186
Hex 50 9A BA

RGB Percentages of Color #509aba

%19.05
%36.67
%44.29

CMYK Percentages of Color #509aba

%57
%17
%0
%27

Triadic Colors of #509aba

#509aba #ba509a #9aba50

Analogous Colors of #509aba

#509aba #5065ba #50baa5

Monochromatic Colors of #509aba

#509aba

Complementary Color

#509aba #ba7050

#509aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#509aba Color CSS Codes

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

#509aba Text Font Color

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

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


#509aba Background Color

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

This div background color is #509aba


#509aba Border Color

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

This div border color is #509aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509aba


Comments

No comments written yet.

Please login to write comment.