Color Hex Logo

#5e896c Color Hex

#5E896C
(94,137,108)
0 Favorites   0 Comments

Color spaces of #5e896c

RGB 94137108
HSL0.390.190.45
HSV140°31°54°
CMYK 0.310.000.21   0.46
XYZ16.268521.353717.4516
Yxy21.35370.29540.3877
Hunter Lab46.2101-18.02579.9557
CIE-Lab53.3344-21.242410.9025

#5e896c color RGB value is (94,137,108).

#5e896c hex color red value is 94, green value is 137 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5e896c hue: 0.39 , saturation: 0.19 and the lightness value of 5e896c is 0.45.

The process color (four color CMYK) of #5e896c color hex is 0.31, 0.00, 0.21, 0.46. Web safe color of #5e896c is #669966. Color #5e896c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001001 01101100
Octal 136 211 154
Decimal 94 137 108
Hex 5E 89 6C

RGB Percentages of Color #5e896c

%27.73
%40.41
%31.86

CMYK Percentages of Color #5e896c

%31
%0
%21
%46

Triadic Colors of #5e896c

#5e896c #6c5e89 #896c5e

Analogous Colors of #5e896c

#5e896c #5e8982 #66895e

Monochromatic Colors of #5e896c

#5e896c

Complementary Color

#5e896c #895e7b

#5e896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e896c Color CSS Codes

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

#5e896c Text Font Color

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

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


#5e896c Background Color

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

This div background color is #5e896c


#5e896c Border Color

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

This div border color is #5e896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e896c


Comments

No comments written yet.

Please login to write comment.