Color Hex Logo

#5996dc Color Hex

#5996DC
(89,150,220)
0 Favorites   0 Comments

Color spaces of #5996dc

RGB 89150220
HSL0.590.650.61
HSV212°60°86°
CMYK 0.600.320.00   0.14
XYZ27.944429.103871.8549
Yxy29.10380.21680.2258
Hunter Lab53.9479-1.9480-41.2066
CIE-Lab60.87311.1226-41.5855

#5996dc color RGB value is (89,150,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010110 11011100
Octal 131 226 334
Decimal 89 150 220
Hex 59 96 DC

RGB Percentages of Color #5996dc

%19.39
%32.68
%47.93

CMYK Percentages of Color #5996dc

%60
%32
%0
%14

Triadic Colors of #5996dc

#5996dc #dc5996 #96dc59

Analogous Colors of #5996dc

#5996dc #5e59dc #59d8dc

Monochromatic Colors of #5996dc

#5996dc

Complementary Color

#5996dc #dc9f59

#5996dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5996dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5996dc Color CSS Codes

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

#5996dc Text Font Color

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

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


#5996dc Background Color

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

This div background color is #5996dc


#5996dc Border Color

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

This div border color is #5996dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5996dc


Comments

No comments written yet.

Please login to write comment.