Color Hex Logo

#5baa5e Color Hex

#5BAA5E
(91,170,94)
0 Favorites   0 Comments

Color spaces of #5baa5e

RGB 9117094
HSL0.340.320.51
HSV122°46°67°
CMYK 0.460.000.45   0.33
XYZ20.709531.781715.6327
Yxy31.78170.30400.4665
Hunter Lab56.3753-33.084623.0217
CIE-Lab63.1620-40.344731.7603

#5baa5e color RGB value is (91,170,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 01011110
Octal 133 252 136
Decimal 91 170 94
Hex 5B AA 5E

RGB Percentages of Color #5baa5e

%25.63
%47.89
%26.48

CMYK Percentages of Color #5baa5e

%46
%0
%45
%33

Triadic Colors of #5baa5e

#5baa5e #5e5baa #aa5e5b

Analogous Colors of #5baa5e

#5baa5e #5baa86 #80aa5b

Monochromatic Colors of #5baa5e

#5baa5e

Complementary Color

#5baa5e #aa5ba7

#5baa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baa5e Color CSS Codes

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

#5baa5e Text Font Color

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

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


#5baa5e Background Color

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

This div background color is #5baa5e


#5baa5e Border Color

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

This div border color is #5baa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baa5e


Comments

No comments written yet.

Please login to write comment.