Color Hex Logo

#5994eb Color Hex

#5994EB
(89,148,235)
0 Favorites   0 Comments

Color spaces of #5994eb

RGB 89148235
HSL0.600.780.64
HSV216°62°92°
CMYK 0.620.370.00   0.08
XYZ29.705129.301882.6874
Yxy29.30180.20960.2068
Hunter Lab54.13113.2245-52.6760
CIE-Lab61.04717.2139-49.6295

#5994eb color RGB value is (89,148,235).

#5994eb hex color red value is 89, green value is 148 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5994eb hue: 0.60 , saturation: 0.78 and the lightness value of 5994eb is 0.64.

The process color (four color CMYK) of #5994eb color hex is 0.62, 0.37, 0.00, 0.08. Web safe color of #5994eb is #6699ff. Color #5994eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010100 11101011
Octal 131 224 353
Decimal 89 148 235
Hex 59 94 EB

RGB Percentages of Color #5994eb

%18.86
%31.36
%49.79

CMYK Percentages of Color #5994eb

%62
%37
%0
%8

Triadic Colors of #5994eb

#5994eb #eb5994 #94eb59

Analogous Colors of #5994eb

#5994eb #6759eb #59ddeb

Monochromatic Colors of #5994eb

#5994eb

Complementary Color

#5994eb #ebb059

#5994eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5994eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5994eb Color CSS Codes

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

#5994eb Text Font Color

<p style="color:#5994eb">Text here</p>

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


#5994eb Background Color

<div style="background-color:#5994eb">
Div content here</div>

This div background color is #5994eb


#5994eb Border Color

<div style="border:3px solid #5994eb">
Div here</div>

This div border color is #5994eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,148,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5994eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5994eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5994eb;
  box-shadow:         1px 1px 3px 2px #5994eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,148,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5994eb


Comments

No comments written yet.

Please login to write comment.