Color Hex Logo

#5e8496 Color Hex

#5E8496
(94,132,150)
0 Favorites   0 Comments

Color spaces of #5e8496

RGB 94132150
HSL0.550.230.48
HSV199°37°59°
CMYK 0.370.120.00   0.41
XYZ18.372421.084231.9555
Yxy21.08420.25730.2952
Hunter Lab45.9175-8.9347-9.1196
CIE-Lab53.0415-8.4943-13.8732

#5e8496 color RGB value is (94,132,150).

#5e8496 hex color red value is 94, green value is 132 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #5e8496 hue: 0.55 , saturation: 0.23 and the lightness value of 5e8496 is 0.48.

The process color (four color CMYK) of #5e8496 color hex is 0.37, 0.12, 0.00, 0.41. Web safe color of #5e8496 is #669999. Color #5e8496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000100 10010110
Octal 136 204 226
Decimal 94 132 150
Hex 5E 84 96

RGB Percentages of Color #5e8496

%25.00
%35.11
%39.89

CMYK Percentages of Color #5e8496

%37
%12
%0
%41

Triadic Colors of #5e8496

#5e8496 #965e84 #84965e

Analogous Colors of #5e8496

#5e8496 #5e6896 #5e968c

Monochromatic Colors of #5e8496

#5e8496

Complementary Color

#5e8496 #96705e

#5e8496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8496 Color CSS Codes

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

#5e8496 Text Font Color

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

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


#5e8496 Background Color

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

This div background color is #5e8496


#5e8496 Border Color

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

This div border color is #5e8496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8496


Comments

No comments written yet.

Please login to write comment.