Color Hex Logo

#8ba540 Color Hex

#8BA540
(139,165,64)
0 Favorites   0 Comments

Color spaces of #8ba540

RGB 13916564
HSL0.210.440.45
HSV75°61°65°
CMYK 0.160.000.61   0.35
XYZ25.028032.76949.8565
Yxy32.76940.36990.4844
Hunter Lab57.2446-22.135729.8625
CIE-Lab63.9738-24.235748.0842

#8ba540 color RGB value is (139,165,64).

#8ba540 hex color red value is 139, green value is 165 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #8ba540 hue: 0.21 , saturation: 0.44 and the lightness value of 8ba540 is 0.45.

The process color (four color CMYK) of #8ba540 color hex is 0.16, 0.00, 0.61, 0.35. Web safe color of #8ba540 is #999933. Color #8ba540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100101 01000000
Octal 213 245 100
Decimal 139 165 64
Hex 8B A5 40

RGB Percentages of Color #8ba540

%37.77
%44.84
%17.39

CMYK Percentages of Color #8ba540

%16
%0
%61
%35

Triadic Colors of #8ba540

#8ba540 #408ba5 #a5408b

Analogous Colors of #8ba540

#8ba540 #58a540 #a58d40

Monochromatic Colors of #8ba540

#8ba540

Complementary Color

#8ba540 #5a40a5

#8ba540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba540 Color CSS Codes

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

#8ba540 Text Font Color

<p style="color:#8ba540">Text here</p>

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


#8ba540 Background Color

<div style="background-color:#8ba540">
Div content here</div>

This div background color is #8ba540


#8ba540 Border Color

<div style="border:3px solid #8ba540">
Div here</div>

This div border color is #8ba540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,165,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ba540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ba540;
  -webkit-box-shadow: 1px 1px 3px 2px #8ba540;
  box-shadow:         1px 1px 3px 2px #8ba540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,165,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba540


Comments

No comments written yet.

Please login to write comment.