Color Hex Logo

#baac6e Color Hex

#BAAC6E
(186,172,110)
0 Favorites   0 Comments

Color spaces of #baac6e

RGB 186172110
HSL0.140.360.58
HSV49°41°73°
CMYK 0.000.080.41   0.27
XYZ37.816741.069920.6860
Yxy41.06990.37980.4125
Hunter Lab64.0858-6.818225.7221
CIE-Lab70.2249-3.909733.6889

#baac6e color RGB value is (186,172,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01101110
Octal 272 254 156
Decimal 186 172 110
Hex BA AC 6E

RGB Percentages of Color #baac6e

%39.74
%36.75
%23.50

CMYK Percentages of Color #baac6e

%0
%8
%41
%27

Triadic Colors of #baac6e

#baac6e #6ebaac #ac6eba

Analogous Colors of #baac6e

#baac6e #a2ba6e #ba866e

Monochromatic Colors of #baac6e

#baac6e

Complementary Color

#baac6e #6e7cba

#baac6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac6e Color CSS Codes

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

#baac6e Text Font Color

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

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


#baac6e Background Color

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

This div background color is #baac6e


#baac6e Border Color

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

This div border color is #baac6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac6e


Comments

No comments written yet.

Please login to write comment.