Color Hex Logo

#5096ed Color Hex

#5096ED
(80,150,237)
0 Favorites   0 Comments

Color spaces of #5096ed

RGB 80150237
HSL0.590.810.62
HSV213°66°93°
CMYK 0.660.370.00   0.07
XYZ29.500729.632684.2856
Yxy29.63260.20570.2066
Hunter Lab54.43581.4727-53.6965
CIE-Lab61.33595.1888-50.2996

#5096ed color RGB value is (80,150,237).

#5096ed hex color red value is 80, green value is 150 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5096ed hue: 0.59 , saturation: 0.81 and the lightness value of 5096ed is 0.62.

The process color (four color CMYK) of #5096ed color hex is 0.66, 0.37, 0.00, 0.07. Web safe color of #5096ed is #6699ff. Color #5096ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010110 11101101
Octal 120 226 355
Decimal 80 150 237
Hex 50 96 ED

RGB Percentages of Color #5096ed

%17.13
%32.12
%50.75

CMYK Percentages of Color #5096ed

%66
%37
%0
%7

Triadic Colors of #5096ed

#5096ed #ed5096 #96ed50

Analogous Colors of #5096ed

#5096ed #5850ed #50e5ed

Monochromatic Colors of #5096ed

#5096ed

Complementary Color

#5096ed #eda750

#5096ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5096ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5096ed Color CSS Codes

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

#5096ed Text Font Color

<p style="color:#5096ed">Text here</p>

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


#5096ed Background Color

<div style="background-color:#5096ed">
Div content here</div>

This div background color is #5096ed


#5096ed Border Color

<div style="border:3px solid #5096ed">
Div here</div>

This div border color is #5096ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,150,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5096ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5096ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5096ed;
  box-shadow:         1px 1px 3px 2px #5096ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5096ed


Comments

No comments written yet.

Please login to write comment.