Color Hex Logo

#5d6ebd Color Hex

#5D6EBD
(93,110,189)
0 Favorites   0 Comments

Color spaces of #5d6ebd

RGB 93110189
HSL0.640.420.55
HSV229°51°74°
CMYK 0.510.420.00   0.26
XYZ19.275417.153150.4391
Yxy17.15310.22190.1975
Hunter Lab41.416310.5965-43.2153
CIE-Lab48.452415.9474-43.6259

#5d6ebd color RGB value is (93,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01101110 10111101
Octal 135 156 275
Decimal 93 110 189
Hex 5D 6E BD

RGB Percentages of Color #5d6ebd

%23.72
%28.06
%48.21

CMYK Percentages of Color #5d6ebd

%51
%42
%0
%26

Triadic Colors of #5d6ebd

#5d6ebd #bd5d6e #6ebd5d

Analogous Colors of #5d6ebd

#5d6ebd #7c5dbd #5d9ebd

Monochromatic Colors of #5d6ebd

#5d6ebd

Complementary Color

#5d6ebd #bdac5d

#5d6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d6ebd Color CSS Codes

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

#5d6ebd Text Font Color

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

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


#5d6ebd Background Color

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

This div background color is #5d6ebd


#5d6ebd Border Color

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

This div border color is #5d6ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,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 #5d6ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d6ebd


Comments

No comments written yet.

Please login to write comment.