Color Hex Logo

#5a6ebd Color Hex

#5A6EBD
(90,110,189)
0 Favorites   0 Comments

Color spaces of #5a6ebd

RGB 90110189
HSL0.630.430.55
HSV228°52°74°
CMYK 0.520.420.00   0.26
XYZ18.977716.999650.4251
Yxy16.99960.21960.1967
Hunter Lab41.230610.0069-43.6504
CIE-Lab48.259515.2584-43.9440

#5a6ebd color RGB value is (90,110,189).

#5a6ebd hex color red value is 90, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5a6ebd hue: 0.63 , saturation: 0.43 and the lightness value of 5a6ebd is 0.55.

The process color (four color CMYK) of #5a6ebd color hex is 0.52, 0.42, 0.00, 0.26. Web safe color of #5a6ebd is #6666cc. Color #5a6ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101110 10111101
Octal 132 156 275
Decimal 90 110 189
Hex 5A 6E BD

RGB Percentages of Color #5a6ebd

%23.14
%28.28
%48.59

CMYK Percentages of Color #5a6ebd

%52
%42
%0
%26

Triadic Colors of #5a6ebd

#5a6ebd #bd5a6e #6ebd5a

Analogous Colors of #5a6ebd

#5a6ebd #785abd #5aa0bd

Monochromatic Colors of #5a6ebd

#5a6ebd

Complementary Color

#5a6ebd #bda95a

#5a6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6ebd Color CSS Codes

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

#5a6ebd Text Font Color

<p style="color:#5a6ebd">Text here</p>

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


#5a6ebd Background Color

<div style="background-color:#5a6ebd">
Div content here</div>

This div background color is #5a6ebd


#5a6ebd Border Color

<div style="border:3px solid #5a6ebd">
Div here</div>

This div border color is #5a6ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,110,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a6ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a6ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #5a6ebd;
  box-shadow:         1px 1px 3px 2px #5a6ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,110,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6ebd


Comments

No comments written yet.

Please login to write comment.