Color Hex Logo

#5ba866 Color Hex

#5BA866
(91,168,102)
0 Favorites   0 Comments

Color spaces of #5ba866

RGB 91168102
HSL0.360.310.51
HSV129°46°66°
CMYK 0.460.000.39   0.34
XYZ20.715331.188717.4986
Yxy31.18870.29850.4494
Hunter Lab55.8468-31.520920.5153
CIE-Lab62.6666-38.181126.8950

#5ba866 color RGB value is (91,168,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101000 01100110
Octal 133 250 146
Decimal 91 168 102
Hex 5B A8 66

RGB Percentages of Color #5ba866

%25.21
%46.54
%28.25

CMYK Percentages of Color #5ba866

%46
%0
%39
%34

Triadic Colors of #5ba866

#5ba866 #665ba8 #a8665b

Analogous Colors of #5ba866

#5ba866 #5ba88d #77a85b

Monochromatic Colors of #5ba866

#5ba866

Complementary Color

#5ba866 #a85b9d

#5ba866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba866 Color CSS Codes

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

#5ba866 Text Font Color

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

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


#5ba866 Background Color

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

This div background color is #5ba866


#5ba866 Border Color

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

This div border color is #5ba866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba866


Comments

No comments written yet.

Please login to write comment.