Color Hex Logo

#5e986f Color Hex

#5E986F
(94,152,111)
0 Favorites   0 Comments

Color spaces of #5e986f

RGB 94152111
HSL0.380.240.48
HSV138°38°60°
CMYK 0.380.000.27   0.40
XYZ18.713625.983919.0680
Yxy25.98390.29350.4075
Hunter Lab50.9744-23.674713.5035
CIE-Lab58.0218-28.182215.7285

#5e986f color RGB value is (94,152,111).

#5e986f hex color red value is 94, green value is 152 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5e986f hue: 0.38 , saturation: 0.24 and the lightness value of 5e986f is 0.48.

The process color (four color CMYK) of #5e986f color hex is 0.38, 0.00, 0.27, 0.40. Web safe color of #5e986f is #669966. Color #5e986f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10011000 01101111
Octal 136 230 157
Decimal 94 152 111
Hex 5E 98 6F

RGB Percentages of Color #5e986f

%26.33
%42.58
%31.09

CMYK Percentages of Color #5e986f

%38
%0
%27
%40

Triadic Colors of #5e986f

#5e986f #6f5e98 #986f5e

Analogous Colors of #5e986f

#5e986f #5e988c #6a985e

Monochromatic Colors of #5e986f

#5e986f

Complementary Color

#5e986f #985e87

#5e986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e986f Color CSS Codes

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

#5e986f Text Font Color

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

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


#5e986f Background Color

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

This div background color is #5e986f


#5e986f Border Color

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

This div border color is #5e986f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e986f


Comments

No comments written yet.

Please login to write comment.