Color Hex Logo

#5ba85a Color Hex

#5BA85A
(91,168,90)
0 Favorites   0 Comments

Color spaces of #5ba85a

RGB 9116890
HSL0.330.310.51
HSV119°46°66°
CMYK 0.460.000.46   0.34
XYZ20.162530.967614.5875
Yxy30.96760.30680.4712
Hunter Lab55.6485-32.711123.4119
CIE-Lab62.4803-40.078632.9728

#5ba85a color RGB value is (91,168,90).

#5ba85a hex color red value is 91, green value is 168 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5ba85a hue: 0.33 , saturation: 0.31 and the lightness value of 5ba85a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101000 01011010
Octal 133 250 132
Decimal 91 168 90
Hex 5B A8 5A

RGB Percentages of Color #5ba85a

%26.07
%48.14
%25.79

CMYK Percentages of Color #5ba85a

%46
%0
%46
%34

Triadic Colors of #5ba85a

#5ba85a #5a5ba8 #a85a5b

Analogous Colors of #5ba85a

#5ba85a #5aa880 #82a85a

Monochromatic Colors of #5ba85a

#5ba85a

Complementary Color

#5ba85a #a75aa8

#5ba85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba85a Color CSS Codes

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

#5ba85a Text Font Color

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

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


#5ba85a Background Color

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

This div background color is #5ba85a


#5ba85a Border Color

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

This div border color is #5ba85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba85a


Comments

No comments written yet.

Please login to write comment.