Color Hex Logo

#5ba855 Color Hex

#5BA855
(91,168,85)
0 Favorites   0 Comments

Color spaces of #5ba855

RGB 9116885
HSL0.320.330.50
HSV116°49°66°
CMYK 0.460.000.49   0.34
XYZ19.956730.885313.5040
Yxy30.88530.31010.4800
Hunter Lab55.5745-33.156524.4954
CIE-Lab62.4107-40.796735.4520

#5ba855 color RGB value is (91,168,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101000 01010101
Octal 133 250 125
Decimal 91 168 85
Hex 5B A8 55

RGB Percentages of Color #5ba855

%26.45
%48.84
%24.71

CMYK Percentages of Color #5ba855

%46
%0
%49
%34

Triadic Colors of #5ba855

#5ba855 #555ba8 #a8555b

Analogous Colors of #5ba855

#5ba855 #55a879 #85a855

Monochromatic Colors of #5ba855

#5ba855

Complementary Color

#5ba855 #a255a8

#5ba855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba855 Color CSS Codes

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

#5ba855 Text Font Color

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

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


#5ba855 Background Color

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

This div background color is #5ba855


#5ba855 Border Color

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

This div border color is #5ba855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba855


Comments

No comments written yet.

Please login to write comment.