Color Hex Logo

#baac4f Color Hex

#BAAC4F
(186,172,79)
0 Favorites   0 Comments

Color spaces of #baac4f

RGB 18617279
HSL0.140.440.52
HSV52°58°73°
CMYK 0.000.080.58   0.27
XYZ36.413540.508713.2969
Yxy40.50870.40360.4490
Hunter Lab63.6464-9.257632.1658
CIE-Lab69.8303-6.815048.7570

#baac4f color RGB value is (186,172,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01001111
Octal 272 254 117
Decimal 186 172 79
Hex BA AC 4F

RGB Percentages of Color #baac4f

%42.56
%39.36
%18.08

CMYK Percentages of Color #baac4f

%0
%8
%58
%27

Triadic Colors of #baac4f

#baac4f #4fbaac #ac4fba

Analogous Colors of #baac4f

#baac4f #93ba4f #ba774f

Monochromatic Colors of #baac4f

#baac4f

Complementary Color

#baac4f #4f5dba

#baac4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac4f Color CSS Codes

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

#baac4f Text Font Color

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

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


#baac4f Background Color

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

This div background color is #baac4f


#baac4f Border Color

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

This div border color is #baac4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,172,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 #baac4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac4f


Comments

No comments written yet.

Please login to write comment.