Color Hex Logo

#baab87 Color Hex

#BAAB87
(186,171,135)
0 Favorites   0 Comments

Color spaces of #baab87

RGB 186171135
HSL0.120.270.63
HSV42°27°73°
CMYK 0.000.080.27   0.27
XYZ39.185841.314228.8308
Yxy41.31420.35840.3779
Hunter Lab64.2761-3.661118.3990
CIE-Lab70.3955-0.259720.5290

#baab87 color RGB value is (186,171,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10000111
Octal 272 253 207
Decimal 186 171 135
Hex BA AB 87

RGB Percentages of Color #baab87

%37.80
%34.76
%27.44

CMYK Percentages of Color #baab87

%0
%8
%27
%27

Triadic Colors of #baab87

#baab87 #87baab #ab87ba

Analogous Colors of #baab87

#baab87 #b0ba87 #ba9287

Monochromatic Colors of #baab87

#baab87

Complementary Color

#baab87 #8796ba

#baab87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab87 Color CSS Codes

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

#baab87 Text Font Color

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

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


#baab87 Background Color

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

This div background color is #baab87


#baab87 Border Color

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

This div border color is #baab87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab87


Comments

No comments written yet.

Please login to write comment.