Color Hex Logo

#5e769d Color Hex

#5E769D
(94,118,157)
0 Favorites   0 Comments

Color spaces of #5e769d

RGB 94118157
HSL0.600.250.49
HSV217°40°62°
CMYK 0.400.250.00   0.38
XYZ17.180317.770934.4229
Yxy17.77090.24760.2562
Hunter Lab42.1555-1.0253-18.9055
CIE-Lab49.21701.5974-23.8035

#5e769d color RGB value is (94,118,157).

#5e769d hex color red value is 94, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5e769d hue: 0.60 , saturation: 0.25 and the lightness value of 5e769d is 0.49.

The process color (four color CMYK) of #5e769d color hex is 0.40, 0.25, 0.00, 0.38. Web safe color of #5e769d is #666699. Color #5e769d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110110 10011101
Octal 136 166 235
Decimal 94 118 157
Hex 5E 76 9D

RGB Percentages of Color #5e769d

%25.47
%31.98
%42.55

CMYK Percentages of Color #5e769d

%40
%25
%0
%38

Triadic Colors of #5e769d

#5e769d #9d5e76 #769d5e

Analogous Colors of #5e769d

#5e769d #665e9d #5e969d

Monochromatic Colors of #5e769d

#5e769d

Complementary Color

#5e769d #9d855e

#5e769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e769d Color CSS Codes

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

#5e769d Text Font Color

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

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


#5e769d Background Color

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

This div background color is #5e769d


#5e769d Border Color

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

This div border color is #5e769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e769d


Comments

No comments written yet.

Please login to write comment.