Color Hex Logo

#0586ea Color Hex

#0586EA
(5,134,234)
0 Favorites   0 Comments

Color spaces of #0586ea

RGB 5134234
HSL0.570.960.47
HSV206°98°92°
CMYK 0.980.430.00   0.08
XYZ23.439023.023081.0504
Yxy23.02300.18380.1806
Hunter Lab47.98233.2270-66.5635
CIE-Lab55.09607.0993-58.6778

#0586ea color RGB value is (5,134,234).

#0586ea hex color red value is 5, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0586ea hue: 0.57 , saturation: 0.96 and the lightness value of 0586ea is 0.47.

The process color (four color CMYK) of #0586ea color hex is 0.98, 0.43, 0.00, 0.08. Web safe color of #0586ea is #0099ff. Color #0586ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000110 11101010
Octal 5 206 352
Decimal 5 134 234
Hex 5 86 EA

RGB Percentages of Color #0586ea

%1.34
%35.92
%62.73

CMYK Percentages of Color #0586ea

%98
%43
%0
%8

Triadic Colors of #0586ea

#0586ea #ea0586 #86ea05

Analogous Colors of #0586ea

#0586ea #0513ea #05eadc

Monochromatic Colors of #0586ea

#0586ea

Complementary Color

#0586ea #ea6905

#0586ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0586ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0586ea Color CSS Codes

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

#0586ea Text Font Color

<p style="color:#0586ea">Text here</p>

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


#0586ea Background Color

<div style="background-color:#0586ea">
Div content here</div>

This div background color is #0586ea


#0586ea Border Color

<div style="border:3px solid #0586ea">
Div here</div>

This div border color is #0586ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,134,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0586ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0586ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0586ea;
  box-shadow:         1px 1px 3px 2px #0586ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,134,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0586ea


Comments

No comments written yet.

Please login to write comment.