Color Hex Logo

#5997eb Color Hex

#5997EB
(89,151,235)
0 Favorites   0 Comments

Color spaces of #5997eb

RGB 89151235
HSL0.600.780.64
HSV215°62°92°
CMYK 0.620.360.00   0.08
XYZ30.181830.255282.8464
Yxy30.25520.21060.2112
Hunter Lab55.00471.6870-50.7974
CIE-Lab61.87385.4558-48.3210

#5997eb color RGB value is (89,151,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010111 11101011
Octal 131 227 353
Decimal 89 151 235
Hex 59 97 EB

RGB Percentages of Color #5997eb

%18.74
%31.79
%49.47

CMYK Percentages of Color #5997eb

%62
%36
%0
%8

Triadic Colors of #5997eb

#5997eb #eb5997 #97eb59

Analogous Colors of #5997eb

#5997eb #6459eb #59e0eb

Monochromatic Colors of #5997eb

#5997eb

Complementary Color

#5997eb #ebad59

#5997eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5997eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5997eb Color CSS Codes

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

#5997eb Text Font Color

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

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


#5997eb Background Color

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

This div background color is #5997eb


#5997eb Border Color

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

This div border color is #5997eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,151,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 #5997eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5997eb


Comments

No comments written yet.

Please login to write comment.