Color Hex Logo

#5eac55 Color Hex

#5EAC55
(94,172,85)
0 Favorites   0 Comments

Color spaces of #5eac55

RGB 9417285
HSL0.320.340.50
HSV114°51°67°
CMYK 0.450.000.51   0.33
XYZ21.008332.540613.7680
Yxy32.54060.31210.4834
Hunter Lab57.0444-34.089725.6211
CIE-Lab63.7872-41.599237.1796

#5eac55 color RGB value is (94,172,85).

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

The process color (four color CMYK) of #5eac55 color hex is 0.45, 0.00, 0.51, 0.33. Web safe color of #5eac55 is #669966. Color #5eac55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 01010101
Octal 136 254 125
Decimal 94 172 85
Hex 5E AC 55

RGB Percentages of Color #5eac55

%26.78
%49.00
%24.22

CMYK Percentages of Color #5eac55

%45
%0
%51
%33

Triadic Colors of #5eac55

#5eac55 #555eac #ac555e

Analogous Colors of #5eac55

#5eac55 #55ac78 #8aac55

Monochromatic Colors of #5eac55

#5eac55

Complementary Color

#5eac55 #a355ac

#5eac55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eac55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eac55 Color CSS Codes

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

#5eac55 Text Font Color

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

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


#5eac55 Background Color

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

This div background color is #5eac55


#5eac55 Border Color

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

This div border color is #5eac55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eac55


Comments

No comments written yet.

Please login to write comment.