Color Hex Logo

#5eac2b Color Hex

#5EAC2B
(94,172,43)
0 Favorites   0 Comments

Color spaces of #5eac2b

RGB 9417243
HSL0.270.600.42
HSV96°75°67°
CMYK 0.450.000.75   0.33
XYZ19.804732.05917.4297
Yxy32.05910.33400.5407
Hunter Lab56.6208-36.650931.8546
CIE-Lab63.3917-45.781755.1550

#5eac2b color RGB value is (94,172,43).

#5eac2b hex color red value is 94, green value is 172 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #5eac2b hue: 0.27 , saturation: 0.60 and the lightness value of 5eac2b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 00101011
Octal 136 254 53
Decimal 94 172 43
Hex 5E AC 2B

RGB Percentages of Color #5eac2b

%30.42
%55.66
%13.92

CMYK Percentages of Color #5eac2b

%45
%0
%75
%33

Triadic Colors of #5eac2b

#5eac2b #2b5eac #ac2b5e

Analogous Colors of #5eac2b

#5eac2b #2bac39 #9fac2b

Monochromatic Colors of #5eac2b

#5eac2b

Complementary Color

#5eac2b #792bac

#5eac2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eac2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eac2b Color CSS Codes

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

#5eac2b Text Font Color

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

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


#5eac2b Background Color

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

This div background color is #5eac2b


#5eac2b Border Color

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

This div border color is #5eac2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eac2b


Comments

No comments written yet.

Please login to write comment.