Color Hex Logo

#509eba Color Hex

#509EBA
(80,158,186)
0 Favorites   0 Comments

Color spaces of #509eba

RGB 80158186
HSL0.540.430.52
HSV196°57°73°
CMYK 0.570.150.00   0.27
XYZ24.398129.704450.9020
Yxy29.70440.23240.2829
Hunter Lab54.5017-15.4712-17.2228
CIE-Lab61.3983-15.8462-21.7772

#509eba color RGB value is (80,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 10111010
Octal 120 236 272
Decimal 80 158 186
Hex 50 9E BA

RGB Percentages of Color #509eba

%18.87
%37.26
%43.87

CMYK Percentages of Color #509eba

%57
%15
%0
%27

Triadic Colors of #509eba

#509eba #ba509e #9eba50

Analogous Colors of #509eba

#509eba #5069ba #50baa1

Monochromatic Colors of #509eba

#509eba

Complementary Color

#509eba #ba6c50

#509eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#509eba Color CSS Codes

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

#509eba Text Font Color

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

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


#509eba Background Color

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

This div background color is #509eba


#509eba Border Color

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

This div border color is #509eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509eba


Comments

No comments written yet.

Please login to write comment.