Color Hex Logo

#8ba317 Color Hex

#8BA317
(139,163,23)
0 Favorites   0 Comments

Color spaces of #8ba317

RGB 13916323
HSL0.200.750.36
HSV70°86°64°
CMYK 0.150.000.86   0.36
XYZ23.899331.74525.6784
Yxy31.74520.38970.5177
Hunter Lab56.3429-22.884633.4646
CIE-Lab63.1317-25.498261.7114

#8ba317 color RGB value is (139,163,23).

#8ba317 hex color red value is 139, green value is 163 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #8ba317 hue: 0.20 , saturation: 0.75 and the lightness value of 8ba317 is 0.36.

The process color (four color CMYK) of #8ba317 color hex is 0.15, 0.00, 0.86, 0.36. Web safe color of #8ba317 is #999900. Color #8ba317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100011 00010111
Octal 213 243 27
Decimal 139 163 23
Hex 8B A3 17

RGB Percentages of Color #8ba317

%42.77
%50.15
%7.08

CMYK Percentages of Color #8ba317

%15
%0
%86
%36

Triadic Colors of #8ba317

#8ba317 #178ba3 #a3178b

Analogous Colors of #8ba317

#8ba317 #45a317 #a37517

Monochromatic Colors of #8ba317

#8ba317

Complementary Color

#8ba317 #2f17a3

#8ba317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba317 Color CSS Codes

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

#8ba317 Text Font Color

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

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


#8ba317 Background Color

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

This div background color is #8ba317


#8ba317 Border Color

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

This div border color is #8ba317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba317


Comments

No comments written yet.

Please login to write comment.