Color Hex Logo

#509eab Color Hex

#509EAB
(80,158,171)
0 Favorites   0 Comments

Color spaces of #509eab

RGB 80158171
HSL0.520.360.49
HSV189°53°67°
CMYK 0.530.080.00   0.33
XYZ22.885829.099542.9386
Yxy29.09950.24110.3066
Hunter Lab53.9440-18.6730-9.4332
CIE-Lab60.8693-20.2721-14.1315

#509eab color RGB value is (80,158,171).

#509eab hex color red value is 80, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #509eab hue: 0.52 , saturation: 0.36 and the lightness value of 509eab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 10101011
Octal 120 236 253
Decimal 80 158 171
Hex 50 9E AB

RGB Percentages of Color #509eab

%19.56
%38.63
%41.81

CMYK Percentages of Color #509eab

%53
%8
%0
%33

Triadic Colors of #509eab

#509eab #ab509e #9eab50

Analogous Colors of #509eab

#509eab #5071ab #50ab8b

Monochromatic Colors of #509eab

#509eab

Complementary Color

#509eab #ab5d50

#509eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#509eab Color CSS Codes

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

#509eab Text Font Color

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

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


#509eab Background Color

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

This div background color is #509eab


#509eab Border Color

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

This div border color is #509eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509eab


Comments

No comments written yet.

Please login to write comment.