Color Hex Logo

#baac87 Color Hex

#BAAC87
(186,172,135)
0 Favorites   0 Comments

Color spaces of #baac87

RGB 186172135
HSL0.120.270.63
HSV44°27°73°
CMYK 0.000.080.27   0.27
XYZ39.375441.693428.8940
Yxy41.69340.35810.3792
Hunter Lab64.5704-4.148018.6682
CIE-Lab70.6590-0.796420.8896

#baac87 color RGB value is (186,172,135).

#baac87 hex color red value is 186, green value is 172 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #baac87 hue: 0.12 , saturation: 0.27 and the lightness value of baac87 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 10000111
Octal 272 254 207
Decimal 186 172 135
Hex BA AC 87

RGB Percentages of Color #baac87

%37.73
%34.89
%27.38

CMYK Percentages of Color #baac87

%0
%8
%27
%27

Triadic Colors of #baac87

#baac87 #87baac #ac87ba

Analogous Colors of #baac87

#baac87 #afba87 #ba9387

Monochromatic Colors of #baac87

#baac87

Complementary Color

#baac87 #8795ba

#baac87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac87 Color CSS Codes

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

#baac87 Text Font Color

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

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


#baac87 Background Color

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

This div background color is #baac87


#baac87 Border Color

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

This div border color is #baac87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac87


Comments

No comments written yet.

Please login to write comment.