Color Hex Logo

#baac7c Color Hex

#BAAC7C
(186,172,124)
0 Favorites   0 Comments

Color spaces of #baac7c

RGB 186172124
HSL0.130.310.61
HSV46°33°73°
CMYK 0.000.080.33   0.27
XYZ38.640341.399425.0231
Yxy41.39940.36780.3940
Hunter Lab64.3424-5.402421.9814
CIE-Lab70.4548-2.250426.5542

#baac7c color RGB value is (186,172,124).

#baac7c hex color red value is 186, green value is 172 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #baac7c hue: 0.13 , saturation: 0.31 and the lightness value of baac7c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01111100
Octal 272 254 174
Decimal 186 172 124
Hex BA AC 7C

RGB Percentages of Color #baac7c

%38.59
%35.68
%25.73

CMYK Percentages of Color #baac7c

%0
%8
%33
%27

Triadic Colors of #baac7c

#baac7c #7cbaac #ac7cba

Analogous Colors of #baac7c

#baac7c #a9ba7c #ba8d7c

Monochromatic Colors of #baac7c

#baac7c

Complementary Color

#baac7c #7c8aba

#baac7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac7c Color CSS Codes

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

#baac7c Text Font Color

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

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


#baac7c Background Color

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

This div background color is #baac7c


#baac7c Border Color

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

This div border color is #baac7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac7c


Comments

No comments written yet.

Please login to write comment.