Color Hex Logo

#5eac8f Color Hex

#5EAC8F
(94,172,143)
0 Favorites   0 Comments

Color spaces of #5eac8f

RGB 94172143
HSL0.440.320.52
HSV158°45°67°
CMYK 0.450.000.17   0.33
XYZ24.326533.867931.2416
Yxy33.86790.27200.3787
Hunter Lab58.1961-27.22878.9085
CIE-Lab64.8576-31.06797.4966

#5eac8f color RGB value is (94,172,143).

#5eac8f hex color red value is 94, green value is 172 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5eac8f hue: 0.44 , saturation: 0.32 and the lightness value of 5eac8f is 0.52.

The process color (four color CMYK) of #5eac8f color hex is 0.45, 0.00, 0.17, 0.33. Web safe color of #5eac8f is #669999. Color #5eac8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 10001111
Octal 136 254 217
Decimal 94 172 143
Hex 5E AC 8F

RGB Percentages of Color #5eac8f

%22.98
%42.05
%34.96

CMYK Percentages of Color #5eac8f

%45
%0
%17
%33

Triadic Colors of #5eac8f

#5eac8f #8f5eac #ac8f5e

Analogous Colors of #5eac8f

#5eac8f #5ea2ac #5eac68

Monochromatic Colors of #5eac8f

#5eac8f

Complementary Color

#5eac8f #ac5e7b

#5eac8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eac8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eac8f Color CSS Codes

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

#5eac8f Text Font Color

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

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


#5eac8f Background Color

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

This div background color is #5eac8f


#5eac8f Border Color

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

This div border color is #5eac8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eac8f


Comments

No comments written yet.

Please login to write comment.