Color Hex Logo

#ba8314 Color Hex

#BA8314
(186,131,20)
0 Favorites   0 Comments

Color spaces of #ba8314

RGB 18613120
HSL0.110.810.40
HSV40°89°73°
CMYK 0.000.300.89   0.27
XYZ28.492326.72224.3180
Yxy26.72220.47860.4489
Hunter Lab51.69357.921531.2329
CIE-Lab58.716312.578160.6181

#ba8314 color RGB value is (186,131,20).

#ba8314 hex color red value is 186, green value is 131 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ba8314 hue: 0.11 , saturation: 0.81 and the lightness value of ba8314 is 0.40.

The process color (four color CMYK) of #ba8314 color hex is 0.00, 0.30, 0.89, 0.27. Web safe color of #ba8314 is #cc9900. Color #ba8314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 00010100
Octal 272 203 24
Decimal 186 131 20
Hex BA 83 14

RGB Percentages of Color #ba8314

%55.19
%38.87
%5.93

CMYK Percentages of Color #ba8314

%0
%30
%89
%27

Triadic Colors of #ba8314

#ba8314 #14ba83 #8314ba

Analogous Colors of #ba8314

#ba8314 #9eba14 #ba3014

Monochromatic Colors of #ba8314

#ba8314

Complementary Color

#ba8314 #144bba

#ba8314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8314 Color CSS Codes

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

#ba8314 Text Font Color

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

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


#ba8314 Background Color

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

This div background color is #ba8314


#ba8314 Border Color

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

This div border color is #ba8314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,131,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba8314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba8314;
  -webkit-box-shadow: 1px 1px 3px 2px #ba8314;
  box-shadow:         1px 1px 3px 2px #ba8314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,131,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8314


Comments

No comments written yet.

Please login to write comment.