Color Hex Logo

#5ba56d Color Hex

#5BA56D
(91,165,109)
0 Favorites   0 Comments

Color spaces of #5ba56d

RGB 91165109
HSL0.370.290.50
HSV135°45°65°
CMYK 0.450.000.34   0.35
XYZ20.529830.238519.2226
Yxy30.23850.29330.4320
Hunter Lab54.9895-29.590517.7668
CIE-Lab61.8595-35.602822.0436

#5ba56d color RGB value is (91,165,109).

#5ba56d hex color red value is 91, green value is 165 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #5ba56d hue: 0.37 , saturation: 0.29 and the lightness value of 5ba56d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100101 01101101
Octal 133 245 155
Decimal 91 165 109
Hex 5B A5 6D

RGB Percentages of Color #5ba56d

%24.93
%45.21
%29.86

CMYK Percentages of Color #5ba56d

%45
%0
%34
%35

Triadic Colors of #5ba56d

#5ba56d #6d5ba5 #a56d5b

Analogous Colors of #5ba56d

#5ba56d #5ba592 #6ea55b

Monochromatic Colors of #5ba56d

#5ba56d

Complementary Color

#5ba56d #a55b93

#5ba56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba56d Color CSS Codes

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

#5ba56d Text Font Color

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

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


#5ba56d Background Color

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

This div background color is #5ba56d


#5ba56d Border Color

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

This div border color is #5ba56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba56d


Comments

No comments written yet.

Please login to write comment.