Color Hex Logo

#bab087 Color Hex

#BAB087
(186,176,135)
0 Favorites   0 Comments

Color spaces of #bab087

RGB 186176135
HSL0.130.270.63
HSV48°27°73°
CMYK 0.000.050.27   0.27
XYZ40.148243.239029.1516
Yxy43.23900.35670.3842
Hunter Lab65.7564-6.088719.7446
CIE-Lab71.7169-2.933522.3327

#bab087 color RGB value is (186,176,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 10000111
Octal 272 260 207
Decimal 186 176 135
Hex BA B0 87

RGB Percentages of Color #bab087

%37.42
%35.41
%27.16

CMYK Percentages of Color #bab087

%0
%5
%27
%27

Triadic Colors of #bab087

#bab087 #87bab0 #b087ba

Analogous Colors of #bab087

#bab087 #abba87 #ba9787

Monochromatic Colors of #bab087

#bab087

Complementary Color

#bab087 #8791ba

#bab087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab087 Color CSS Codes

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

#bab087 Text Font Color

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

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


#bab087 Background Color

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

This div background color is #bab087


#bab087 Border Color

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

This div border color is #bab087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab087


Comments

No comments written yet.

Please login to write comment.