Color Hex Logo

#8ba464 Color Hex

#8BA464
(139,164,100)
0 Favorites   0 Comments

Color spaces of #8ba464

RGB 139164100
HSL0.230.260.52
HSV83°39°64°
CMYK 0.150.000.39   0.36
XYZ26.223232.960017.0364
Yxy32.96000.34400.4324
Hunter Lab57.4108-18.936522.5935
CIE-Lab64.1285-19.880430.3814

#8ba464 color RGB value is (139,164,100).

#8ba464 hex color red value is 139, green value is 164 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8ba464 hue: 0.23 , saturation: 0.26 and the lightness value of 8ba464 is 0.52.

The process color (four color CMYK) of #8ba464 color hex is 0.15, 0.00, 0.39, 0.36. Web safe color of #8ba464 is #999966. Color #8ba464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100100 01100100
Octal 213 244 144
Decimal 139 164 100
Hex 8B A4 64

RGB Percentages of Color #8ba464

%34.49
%40.69
%24.81

CMYK Percentages of Color #8ba464

%15
%0
%39
%36

Triadic Colors of #8ba464

#8ba464 #648ba4 #a4648b

Analogous Colors of #8ba464

#8ba464 #6ba464 #a49d64

Monochromatic Colors of #8ba464

#8ba464

Complementary Color

#8ba464 #7d64a4

#8ba464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba464 Color CSS Codes

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

#8ba464 Text Font Color

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

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


#8ba464 Background Color

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

This div background color is #8ba464


#8ba464 Border Color

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

This div border color is #8ba464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba464


Comments

No comments written yet.

Please login to write comment.