Color Hex Logo

#5e6fcc Color Hex

#5E6FCC
(94,111,204)
0 Favorites   0 Comments

Color spaces of #5e6fcc

RGB 94111204
HSL0.640.520.58
HSV231°54°80°
CMYK 0.540.460.00   0.20
XYZ21.199618.108259.5046
Yxy18.10820.21450.1833
Hunter Lab42.553714.4569-53.1200
CIE-Lab49.627120.3506-50.3658

#5e6fcc color RGB value is (94,111,204).

#5e6fcc hex color red value is 94, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5e6fcc hue: 0.64 , saturation: 0.52 and the lightness value of 5e6fcc is 0.58.

The process color (four color CMYK) of #5e6fcc color hex is 0.54, 0.46, 0.00, 0.20. Web safe color of #5e6fcc is #6666cc. Color #5e6fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101111 11001100
Octal 136 157 314
Decimal 94 111 204
Hex 5E 6F CC

RGB Percentages of Color #5e6fcc

%22.98
%27.14
%49.88

CMYK Percentages of Color #5e6fcc

%54
%46
%0
%20

Triadic Colors of #5e6fcc

#5e6fcc #cc5e6f #6fcc5e

Analogous Colors of #5e6fcc

#5e6fcc #845ecc #5ea6cc

Monochromatic Colors of #5e6fcc

#5e6fcc

Complementary Color

#5e6fcc #ccbb5e

#5e6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6fcc Color CSS Codes

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

#5e6fcc Text Font Color

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

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


#5e6fcc Background Color

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

This div background color is #5e6fcc


#5e6fcc Border Color

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

This div border color is #5e6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6fcc


Comments

No comments written yet.

Please login to write comment.