Color Hex Logo

#baa34f Color Hex

#BAA34F
(186,163,79)
0 Favorites   0 Comments

Color spaces of #baa34f

RGB 18616379
HSL0.130.440.52
HSV47°58°73°
CMYK 0.000.120.58   0.27
XYZ34.758237.198012.7451
Yxy37.19800.41040.4392
Hunter Lab60.9902-5.005930.3033
CIE-Lab67.4253-2.036846.0025

#baa34f color RGB value is (186,163,79).

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

The process color (four color CMYK) of #baa34f color hex is 0.00, 0.12, 0.58, 0.27. Web safe color of #baa34f is #cc9966. Color #baa34f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01001111
Octal 272 243 117
Decimal 186 163 79
Hex BA A3 4F

RGB Percentages of Color #baa34f

%43.46
%38.08
%18.46

CMYK Percentages of Color #baa34f

%0
%12
%58
%27

Triadic Colors of #baa34f

#baa34f #4fbaa3 #a34fba

Analogous Colors of #baa34f

#baa34f #9cba4f #ba6e4f

Monochromatic Colors of #baa34f

#baa34f

Complementary Color

#baa34f #4f66ba

#baa34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa34f Color CSS Codes

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

#baa34f Text Font Color

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

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


#baa34f Background Color

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

This div background color is #baa34f


#baa34f Border Color

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

This div border color is #baa34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa34f


Comments

No comments written yet.

Please login to write comment.