Color Hex Logo

#5586ea Color Hex

#5586EA
(85,134,234)
0 Favorites   0 Comments

Color spaces of #5586ea

RGB 85134234
HSL0.610.780.63
HSV220°64°92°
CMYK 0.640.430.00   0.08
XYZ27.122724.922081.2228
Yxy24.92200.20350.1870
Hunter Lab49.92199.6161-61.5192
CIE-Lab56.999314.5287-55.5246

#5586ea color RGB value is (85,134,234).

#5586ea hex color red value is 85, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5586ea hue: 0.61 , saturation: 0.78 and the lightness value of 5586ea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000110 11101010
Octal 125 206 352
Decimal 85 134 234
Hex 55 86 EA

RGB Percentages of Color #5586ea

%18.76
%29.58
%51.66

CMYK Percentages of Color #5586ea

%64
%43
%0
%8

Triadic Colors of #5586ea

#5586ea #ea5586 #86ea55

Analogous Colors of #5586ea

#5586ea #6f55ea #55d1ea

Monochromatic Colors of #5586ea

#5586ea

Complementary Color

#5586ea #eab955

#5586ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5586ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5586ea Color CSS Codes

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

#5586ea Text Font Color

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

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


#5586ea Background Color

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

This div background color is #5586ea


#5586ea Border Color

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

This div border color is #5586ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #5586ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5586ea


Comments

No comments written yet.

Please login to write comment.