Color Hex Logo

#5996de Color Hex

#5996DE
(89,150,222)
0 Favorites   0 Comments

Color spaces of #5996de

RGB 89150222
HSL0.590.670.61
HSV212°60°87°
CMYK 0.600.320.00   0.13
XYZ28.211029.210573.2585
Yxy29.21050.21590.2235
Hunter Lab54.0467-1.4094-42.5328
CIE-Lab60.96701.7721-42.5502

#5996de color RGB value is (89,150,222).

#5996de hex color red value is 89, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5996de hue: 0.59 , saturation: 0.67 and the lightness value of 5996de is 0.61.

The process color (four color CMYK) of #5996de color hex is 0.60, 0.32, 0.00, 0.13. Web safe color of #5996de is #6699cc. Color #5996de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010110 11011110
Octal 131 226 336
Decimal 89 150 222
Hex 59 96 DE

RGB Percentages of Color #5996de

%19.31
%32.54
%48.16

CMYK Percentages of Color #5996de

%60
%32
%0
%13

Triadic Colors of #5996de

#5996de #de5996 #96de59

Analogous Colors of #5996de

#5996de #5e59de #59d9de

Monochromatic Colors of #5996de

#5996de

Complementary Color

#5996de #dea159

#5996de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5996de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5996de Color CSS Codes

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

#5996de Text Font Color

<p style="color:#5996de">Text here</p>

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


#5996de Background Color

<div style="background-color:#5996de">
Div content here</div>

This div background color is #5996de


#5996de Border Color

<div style="border:3px solid #5996de">
Div here</div>

This div border color is #5996de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,150,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5996de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5996de;
  -webkit-box-shadow: 1px 1px 3px 2px #5996de;
  box-shadow:         1px 1px 3px 2px #5996de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5996de


Comments

No comments written yet.

Please login to write comment.