Color Hex Logo

#5ba93a Color Hex

#5BA93A
(91,169,58)
0 Favorites   0 Comments

Color spaces of #5ba93a

RGB 9116958
HSL0.280.490.45
HSV102°66°66°
CMYK 0.460.000.66   0.34
XYZ19.266130.90568.9529
Yxy30.90560.32590.5227
Hunter Lab55.5928-35.426929.3667
CIE-Lab62.4279-44.339148.2514

#5ba93a color RGB value is (91,169,58).

#5ba93a hex color red value is 91, green value is 169 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5ba93a hue: 0.28 , saturation: 0.49 and the lightness value of 5ba93a is 0.45.

The process color (four color CMYK) of #5ba93a color hex is 0.46, 0.00, 0.66, 0.34. Web safe color of #5ba93a is #669933. Color #5ba93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101001 00111010
Octal 133 251 72
Decimal 91 169 58
Hex 5B A9 3A

RGB Percentages of Color #5ba93a

%28.62
%53.14
%18.24

CMYK Percentages of Color #5ba93a

%46
%0
%66
%34

Triadic Colors of #5ba93a

#5ba93a #3a5ba9 #a93a5b

Analogous Colors of #5ba93a

#5ba93a #3aa950 #93a93a

Monochromatic Colors of #5ba93a

#5ba93a

Complementary Color

#5ba93a #883aa9

#5ba93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba93a Color CSS Codes

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

#5ba93a Text Font Color

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

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


#5ba93a Background Color

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

This div background color is #5ba93a


#5ba93a Border Color

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

This div border color is #5ba93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba93a


Comments

No comments written yet.

Please login to write comment.