Color Hex Logo

#5ba64e Color Hex

#5BA64E
(91,166,78)
0 Favorites   0 Comments

Color spaces of #5ba64e

RGB 9116678
HSL0.310.360.48
HSV111°53°65°
CMYK 0.450.000.53   0.35
XYZ19.325730.046611.9887
Yxy30.04660.31500.4897
Hunter Lab54.8148-32.993225.4029
CIE-Lab61.6944-40.875138.0966

#5ba64e color RGB value is (91,166,78).

#5ba64e hex color red value is 91, green value is 166 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5ba64e hue: 0.31 , saturation: 0.36 and the lightness value of 5ba64e is 0.48.

The process color (four color CMYK) of #5ba64e color hex is 0.45, 0.00, 0.53, 0.35. Web safe color of #5ba64e is #669966. Color #5ba64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100110 01001110
Octal 133 246 116
Decimal 91 166 78
Hex 5B A6 4E

RGB Percentages of Color #5ba64e

%27.16
%49.55
%23.28

CMYK Percentages of Color #5ba64e

%45
%0
%53
%35

Triadic Colors of #5ba64e

#5ba64e #4e5ba6 #a64e5b

Analogous Colors of #5ba64e

#5ba64e #4ea66d #87a64e

Monochromatic Colors of #5ba64e

#5ba64e

Complementary Color

#5ba64e #994ea6

#5ba64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba64e Color CSS Codes

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

#5ba64e Text Font Color

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

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


#5ba64e Background Color

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

This div background color is #5ba64e


#5ba64e Border Color

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

This div border color is #5ba64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba64e


Comments

No comments written yet.

Please login to write comment.