Color Hex Logo

#596aec Color Hex

#596AEC
(89,106,236)
0 Favorites   0 Comments

Color spaces of #596aec

RGB 89106236
HSL0.650.790.64
HSV233°62°93°
CMYK 0.620.550.00   0.07
XYZ24.414218.488081.6387
Yxy18.48800.19600.1484
Hunter Lab42.997726.1069-82.4742
CIE-Lab50.082732.9978-67.7589

#596aec color RGB value is (89,106,236).

#596aec hex color red value is 89, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #596aec hue: 0.65 , saturation: 0.79 and the lightness value of 596aec is 0.64.

The process color (four color CMYK) of #596aec color hex is 0.62, 0.55, 0.00, 0.07. Web safe color of #596aec is #6666ff. Color #596aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 11101100
Octal 131 152 354
Decimal 89 106 236
Hex 59 6A EC

RGB Percentages of Color #596aec

%20.65
%24.59
%54.76

CMYK Percentages of Color #596aec

%62
%55
%0
%7

Triadic Colors of #596aec

#596aec #ec596a #6aec59

Analogous Colors of #596aec

#596aec #9259ec #59b4ec

Monochromatic Colors of #596aec

#596aec

Complementary Color

#596aec #ecdb59

#596aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#596aec Color CSS Codes

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

#596aec Text Font Color

<p style="color:#596aec">Text here</p>

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


#596aec Background Color

<div style="background-color:#596aec">
Div content here</div>

This div background color is #596aec


#596aec Border Color

<div style="border:3px solid #596aec">
Div here</div>

This div border color is #596aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,106,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #596aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #596aec;
  -webkit-box-shadow: 1px 1px 3px 2px #596aec;
  box-shadow:         1px 1px 3px 2px #596aec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596aec


Comments

No comments written yet.

Please login to write comment.