Color Hex Logo

#5ba384 Color Hex

#5BA384
(91,163,132)
0 Favorites   0 Comments

Color spaces of #5ba384

RGB 91163132
HSL0.430.280.50
HSV154°44°64°
CMYK 0.440.000.19   0.36
XYZ21.576430.084526.4995
Yxy30.08450.27610.3849
Hunter Lab54.8493-25.76889.7496
CIE-Lab61.7271-30.01859.1428

#5ba384 color RGB value is (91,163,132).

#5ba384 hex color red value is 91, green value is 163 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #5ba384 hue: 0.43 , saturation: 0.28 and the lightness value of 5ba384 is 0.50.

The process color (four color CMYK) of #5ba384 color hex is 0.44, 0.00, 0.19, 0.36. Web safe color of #5ba384 is #669999. Color #5ba384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100011 10000100
Octal 133 243 204
Decimal 91 163 132
Hex 5B A3 84

RGB Percentages of Color #5ba384

%23.58
%42.23
%34.20

CMYK Percentages of Color #5ba384

%44
%0
%19
%36

Triadic Colors of #5ba384

#5ba384 #845ba3 #a3845b

Analogous Colors of #5ba384

#5ba384 #5b9ea3 #5ba360

Monochromatic Colors of #5ba384

#5ba384

Complementary Color

#5ba384 #a35b7a

#5ba384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba384 Color CSS Codes

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

#5ba384 Text Font Color

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

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


#5ba384 Background Color

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

This div background color is #5ba384


#5ba384 Border Color

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

This div border color is #5ba384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba384


Comments

No comments written yet.

Please login to write comment.