Color Hex Logo

#509ebc Color Hex

#509EBC
(80,158,188)
0 Favorites   0 Comments

Color spaces of #509ebc

RGB 80158188
HSL0.550.450.53
HSV197°57°74°
CMYK 0.570.160.00   0.26
XYZ24.612229.790052.0298
Yxy29.79000.23120.2799
Hunter Lab54.5802-15.0233-18.3134
CIE-Lab61.4726-15.2395-22.7872

#509ebc color RGB value is (80,158,188).

#509ebc hex color red value is 80, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #509ebc hue: 0.55 , saturation: 0.45 and the lightness value of 509ebc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 10111100
Octal 120 236 274
Decimal 80 158 188
Hex 50 9E BC

RGB Percentages of Color #509ebc

%18.78
%37.09
%44.13

CMYK Percentages of Color #509ebc

%57
%16
%0
%26

Triadic Colors of #509ebc

#509ebc #bc509e #9ebc50

Analogous Colors of #509ebc

#509ebc #5068bc #50bca4

Monochromatic Colors of #509ebc

#509ebc

Complementary Color

#509ebc #bc6e50

#509ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#509ebc Color CSS Codes

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

#509ebc Text Font Color

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

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


#509ebc Background Color

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

This div background color is #509ebc


#509ebc Border Color

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

This div border color is #509ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509ebc


Comments

No comments written yet.

Please login to write comment.