Color Hex Logo

#5e6dbc Color Hex

#5E6DBC
(94,109,188)
0 Favorites   0 Comments

Color spaces of #5e6dbc

RGB 94109188
HSL0.640.410.55
HSV230°50°74°
CMYK 0.500.420.00   0.26
XYZ19.161816.947849.8383
Yxy16.94780.22290.1972
Hunter Lab41.167711.0406-42.9601
CIE-Lab48.194216.4820-43.4541

#5e6dbc color RGB value is (94,109,188).

#5e6dbc hex color red value is 94, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5e6dbc hue: 0.64 , saturation: 0.41 and the lightness value of 5e6dbc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101101 10111100
Octal 136 155 274
Decimal 94 109 188
Hex 5E 6D BC

RGB Percentages of Color #5e6dbc

%24.04
%27.88
%48.08

CMYK Percentages of Color #5e6dbc

%50
%42
%0
%26

Triadic Colors of #5e6dbc

#5e6dbc #bc5e6d #6dbc5e

Analogous Colors of #5e6dbc

#5e6dbc #7e5ebc #5e9cbc

Monochromatic Colors of #5e6dbc

#5e6dbc

Complementary Color

#5e6dbc #bcad5e

#5e6dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6dbc Color CSS Codes

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

#5e6dbc Text Font Color

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

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


#5e6dbc Background Color

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

This div background color is #5e6dbc


#5e6dbc Border Color

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

This div border color is #5e6dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,109,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e6dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e6dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #5e6dbc;
  box-shadow:         1px 1px 3px 2px #5e6dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,109,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6dbc


Comments

No comments written yet.

Please login to write comment.