Color Hex Logo

#5baa2e Color Hex

#5BAA2E
(91,170,46)
0 Favorites   0 Comments

Color spaces of #5baa2e

RGB 9117046
HSL0.270.570.42
HSV98°73°67°
CMYK 0.460.000.73   0.33
XYZ19.182331.17097.5903
Yxy31.17090.33110.5380
Hunter Lab55.8309-36.375331.0211
CIE-Lab62.6516-45.730153.2943

#5baa2e color RGB value is (91,170,46).

#5baa2e hex color red value is 91, green value is 170 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5baa2e hue: 0.27 , saturation: 0.57 and the lightness value of 5baa2e is 0.42.

The process color (four color CMYK) of #5baa2e color hex is 0.46, 0.00, 0.73, 0.33. Web safe color of #5baa2e is #669933. Color #5baa2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 00101110
Octal 133 252 56
Decimal 91 170 46
Hex 5B AA 2E

RGB Percentages of Color #5baa2e

%29.64
%55.37
%14.98

CMYK Percentages of Color #5baa2e

%46
%0
%73
%33

Triadic Colors of #5baa2e

#5baa2e #2e5baa #aa2e5b

Analogous Colors of #5baa2e

#5baa2e #2eaa3f #99aa2e

Monochromatic Colors of #5baa2e

#5baa2e

Complementary Color

#5baa2e #7d2eaa

#5baa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baa2e Color CSS Codes

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

#5baa2e Text Font Color

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

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


#5baa2e Background Color

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

This div background color is #5baa2e


#5baa2e Border Color

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

This div border color is #5baa2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,170,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5baa2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5baa2e;
  -webkit-box-shadow: 1px 1px 3px 2px #5baa2e;
  box-shadow:         1px 1px 3px 2px #5baa2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,170,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baa2e


Comments

No comments written yet.

Please login to write comment.