Color Hex Logo

#baaa87 Color Hex

#BAAA87
(186,170,135)
1 Favorites   0 Comments

Color spaces of #baaa87

RGB 186170135
HSL0.110.270.63
HSV41°27°73°
CMYK 0.000.090.27   0.27
XYZ38.997640.937828.7681
Yxy40.93780.35880.3766
Hunter Lab63.9827-3.173418.1297
CIE-Lab70.13230.277920.1684

#baaa87 color RGB value is (186,170,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10000111
Octal 272 252 207
Decimal 186 170 135
Hex BA AA 87

RGB Percentages of Color #baaa87

%37.88
%34.62
%27.49

CMYK Percentages of Color #baaa87

%0
%9
%27
%27

Triadic Colors of #baaa87

#baaa87 #87baaa #aa87ba

Analogous Colors of #baaa87

#baaa87 #b1ba87 #ba9187

Monochromatic Colors of #baaa87

#baaa87

Complementary Color

#baaa87 #8797ba

#baaa87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa87 Color CSS Codes

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

#baaa87 Text Font Color

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

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


#baaa87 Background Color

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

This div background color is #baaa87


#baaa87 Border Color

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

This div border color is #baaa87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa87


Comments

No comments written yet.

Please login to write comment.