Color Hex Logo

#bab87f Color Hex

#BAB87F
(186,184,127)
0 Favorites   0 Comments

Color spaces of #bab87f

RGB 186184127
HSL0.160.300.61
HSV58°32°73°
CMYK 0.000.010.32   0.27
XYZ41.221046.252426.8337
Yxy46.25240.36060.4046
Hunter Lab68.0091-10.825324.2129
CIE-Lab73.7090-8.208029.2786

#bab87f color RGB value is (186,184,127).

#bab87f hex color red value is 186, green value is 184 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bab87f hue: 0.16 , saturation: 0.30 and the lightness value of bab87f is 0.61.

The process color (four color CMYK) of #bab87f color hex is 0.00, 0.01, 0.32, 0.27. Web safe color of #bab87f is #cccc66. Color #bab87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01111111
Octal 272 270 177
Decimal 186 184 127
Hex BA B8 7F

RGB Percentages of Color #bab87f

%37.42
%37.02
%25.55

CMYK Percentages of Color #bab87f

%0
%1
%32
%27

Triadic Colors of #bab87f

#bab87f #7fbab8 #b87fba

Analogous Colors of #bab87f

#bab87f #9fba7f #ba9b7f

Monochromatic Colors of #bab87f

#bab87f

Complementary Color

#bab87f #7f81ba

#bab87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab87f Color CSS Codes

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

#bab87f Text Font Color

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

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


#bab87f Background Color

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

This div background color is #bab87f


#bab87f Border Color

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

This div border color is #bab87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab87f


Comments

No comments written yet.

Please login to write comment.