Color Hex Logo

#5ba467 Color Hex

#5BA467
(91,164,103)
0 Favorites   0 Comments

Color spaces of #5ba467

RGB 91164103
HSL0.360.290.50
HSV130°45°64°
CMYK 0.450.000.37   0.36
XYZ20.038029.754317.5190
Yxy29.75430.29770.4420
Hunter Lab54.5475-29.886219.1411
CIE-Lab61.4416-36.216824.7407

#5ba467 color RGB value is (91,164,103).

#5ba467 hex color red value is 91, green value is 164 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #5ba467 hue: 0.36 , saturation: 0.29 and the lightness value of 5ba467 is 0.50.

The process color (four color CMYK) of #5ba467 color hex is 0.45, 0.00, 0.37, 0.36. Web safe color of #5ba467 is #669966. Color #5ba467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100100 01100111
Octal 133 244 147
Decimal 91 164 103
Hex 5B A4 67

RGB Percentages of Color #5ba467

%25.42
%45.81
%28.77

CMYK Percentages of Color #5ba467

%45
%0
%37
%36

Triadic Colors of #5ba467

#5ba467 #675ba4 #a4675b

Analogous Colors of #5ba467

#5ba467 #5ba48c #74a45b

Monochromatic Colors of #5ba467

#5ba467

Complementary Color

#5ba467 #a45b98

#5ba467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba467 Color CSS Codes

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

#5ba467 Text Font Color

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

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


#5ba467 Background Color

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

This div background color is #5ba467


#5ba467 Border Color

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

This div border color is #5ba467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba467


Comments

No comments written yet.

Please login to write comment.