Color Hex Logo

#baa34a Color Hex

#BAA34A
(186,163,74)
0 Favorites   0 Comments

Color spaces of #baa34a

RGB 18616374
HSL0.130.450.51
HSV48°60°73°
CMYK 0.000.120.60   0.27
XYZ34.582937.127911.8223
Yxy37.12790.41400.4445
Hunter Lab60.9327-5.322831.1493
CIE-Lab67.3729-2.412948.3327

#baa34a color RGB value is (186,163,74).

#baa34a hex color red value is 186, green value is 163 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #baa34a hue: 0.13 , saturation: 0.45 and the lightness value of baa34a is 0.51.

The process color (four color CMYK) of #baa34a color hex is 0.00, 0.12, 0.60, 0.27. Web safe color of #baa34a is #cc9933. Color #baa34a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01001010
Octal 272 243 112
Decimal 186 163 74
Hex BA A3 4A

RGB Percentages of Color #baa34a

%43.97
%38.53
%17.49

CMYK Percentages of Color #baa34a

%0
%12
%60
%27

Triadic Colors of #baa34a

#baa34a #4abaa3 #a34aba

Analogous Colors of #baa34a

#baa34a #99ba4a #ba6b4a

Monochromatic Colors of #baa34a

#baa34a

Complementary Color

#baa34a #4a61ba

#baa34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa34a Color CSS Codes

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

#baa34a Text Font Color

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

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


#baa34a Background Color

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

This div background color is #baa34a


#baa34a Border Color

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

This div border color is #baa34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa34a


Comments

No comments written yet.

Please login to write comment.