Color Hex Logo

#baa34e Color Hex

#BAA34E
(186,163,78)
0 Favorites   0 Comments

Color spaces of #baa34e

RGB 18616378
HSL0.130.440.52
HSV47°58°73°
CMYK 0.000.120.58   0.27
XYZ34.722037.183512.5548
Yxy37.18350.41110.4402
Hunter Lab60.9783-5.071230.4776
CIE-Lab67.4145-2.114246.4731

#baa34e color RGB value is (186,163,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01001110
Octal 272 243 116
Decimal 186 163 78
Hex BA A3 4E

RGB Percentages of Color #baa34e

%43.56
%38.17
%18.27

CMYK Percentages of Color #baa34e

%0
%12
%58
%27

Triadic Colors of #baa34e

#baa34e #4ebaa3 #a34eba

Analogous Colors of #baa34e

#baa34e #9bba4e #ba6d4e

Monochromatic Colors of #baa34e

#baa34e

Complementary Color

#baa34e #4e65ba

#baa34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa34e Color CSS Codes

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

#baa34e Text Font Color

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

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


#baa34e Background Color

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

This div background color is #baa34e


#baa34e Border Color

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

This div border color is #baa34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa34e


Comments

No comments written yet.

Please login to write comment.