Color Hex Logo

#5eac3e Color Hex

#5EAC3E
(94,172,62)
0 Favorites   0 Comments

Color spaces of #5eac3e

RGB 9417262
HSL0.280.470.46
HSV103°64°67°
CMYK 0.450.000.64   0.33
XYZ20.238132.23259.7123
Yxy32.23250.32550.5183
Hunter Lab56.7737-35.724129.5988
CIE-Lab63.5346-44.250847.7670

#5eac3e color RGB value is (94,172,62).

#5eac3e hex color red value is 94, green value is 172 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5eac3e hue: 0.28 , saturation: 0.47 and the lightness value of 5eac3e is 0.46.

The process color (four color CMYK) of #5eac3e color hex is 0.45, 0.00, 0.64, 0.33. Web safe color of #5eac3e is #669933. Color #5eac3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 00111110
Octal 136 254 76
Decimal 94 172 62
Hex 5E AC 3E

RGB Percentages of Color #5eac3e

%28.66
%52.44
%18.90

CMYK Percentages of Color #5eac3e

%45
%0
%64
%33

Triadic Colors of #5eac3e

#5eac3e #3e5eac #ac3e5e

Analogous Colors of #5eac3e

#5eac3e #3eac55 #95ac3e

Monochromatic Colors of #5eac3e

#5eac3e

Complementary Color

#5eac3e #8c3eac

#5eac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eac3e Color CSS Codes

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

#5eac3e Text Font Color

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

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


#5eac3e Background Color

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

This div background color is #5eac3e


#5eac3e Border Color

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

This div border color is #5eac3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eac3e


Comments

No comments written yet.

Please login to write comment.