Color Hex Logo

#5baa64 Color Hex

#5BAA64
(91,170,100)
0 Favorites   0 Comments

Color spaces of #5baa64

RGB 91170100
HSL0.350.320.51
HSV127°46°67°
CMYK 0.460.000.41   0.33
XYZ20.989431.893717.1064
Yxy31.89370.29990.4557
Hunter Lab56.4745-32.488821.5729
CIE-Lab63.2549-39.395628.7279

#5baa64 color RGB value is (91,170,100).

#5baa64 hex color red value is 91, green value is 170 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #5baa64 hue: 0.35 , saturation: 0.32 and the lightness value of 5baa64 is 0.51.

The process color (four color CMYK) of #5baa64 color hex is 0.46, 0.00, 0.41, 0.33. Web safe color of #5baa64 is #669966. Color #5baa64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 01100100
Octal 133 252 144
Decimal 91 170 100
Hex 5B AA 64

RGB Percentages of Color #5baa64

%25.21
%47.09
%27.70

CMYK Percentages of Color #5baa64

%46
%0
%41
%33

Triadic Colors of #5baa64

#5baa64 #645baa #aa645b

Analogous Colors of #5baa64

#5baa64 #5baa8c #7aaa5b

Monochromatic Colors of #5baa64

#5baa64

Complementary Color

#5baa64 #aa5ba1

#5baa64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baa64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baa64 Color CSS Codes

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

#5baa64 Text Font Color

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

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


#5baa64 Background Color

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

This div background color is #5baa64


#5baa64 Border Color

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

This div border color is #5baa64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baa64


Comments

No comments written yet.

Please login to write comment.