Color Hex Logo

#509bef Color Hex

#509BEF
(80,155,239)
0 Favorites   0 Comments

Color spaces of #509bef

RGB 80155239
HSL0.590.830.63
HSV212°67°94°
CMYK 0.670.350.00   0.06
XYZ30.609631.380286.1050
Yxy31.38020.20670.2119
Hunter Lab56.0180-0.4949-51.9217
CIE-Lab62.82732.9501-49.0402

#509bef color RGB value is (80,155,239).

#509bef hex color red value is 80, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #509bef hue: 0.59 , saturation: 0.83 and the lightness value of 509bef is 0.63.

The process color (four color CMYK) of #509bef color hex is 0.67, 0.35, 0.00, 0.06. Web safe color of #509bef is #6699ff. Color #509bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 11101111
Octal 120 233 357
Decimal 80 155 239
Hex 50 9B EF

RGB Percentages of Color #509bef

%16.88
%32.70
%50.42

CMYK Percentages of Color #509bef

%67
%35
%0
%6

Triadic Colors of #509bef

#509bef #ef509b #9bef50

Analogous Colors of #509bef

#509bef #5450ef #50ebef

Monochromatic Colors of #509bef

#509bef

Complementary Color

#509bef #efa450

#509bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bef Color CSS Codes

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

#509bef Text Font Color

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

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


#509bef Background Color

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

This div background color is #509bef


#509bef Border Color

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

This div border color is #509bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bef


Comments

No comments written yet.

Please login to write comment.