Color Hex Logo

#baac8f Color Hex

#BAAC8F
(186,172,143)
0 Favorites   0 Comments

Color spaces of #baac8f

RGB 186172143
HSL0.110.240.65
HSV40°23°73°
CMYK 0.000.080.23   0.27
XYZ39.960141.927331.9733
Yxy41.92730.35100.3682
Hunter Lab64.7513-3.156716.0493
CIE-Lab70.82080.342316.7560

#baac8f color RGB value is (186,172,143).

#baac8f hex color red value is 186, green value is 172 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #baac8f hue: 0.11 , saturation: 0.24 and the lightness value of baac8f is 0.65.

The process color (four color CMYK) of #baac8f color hex is 0.00, 0.08, 0.23, 0.27. Web safe color of #baac8f is #cc9999. Color #baac8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 10001111
Octal 272 254 217
Decimal 186 172 143
Hex BA AC 8F

RGB Percentages of Color #baac8f

%37.13
%34.33
%28.54

CMYK Percentages of Color #baac8f

%0
%8
%23
%27

Triadic Colors of #baac8f

#baac8f #8fbaac #ac8fba

Analogous Colors of #baac8f

#baac8f #b3ba8f #ba978f

Monochromatic Colors of #baac8f

#baac8f

Complementary Color

#baac8f #8f9dba

#baac8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac8f Color CSS Codes

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

#baac8f Text Font Color

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

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


#baac8f Background Color

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

This div background color is #baac8f


#baac8f Border Color

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

This div border color is #baac8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac8f


Comments

No comments written yet.

Please login to write comment.