Color Hex Logo

#bab47f Color Hex

#BAB47F
(186,180,127)
0 Favorites   0 Comments

Color spaces of #bab47f

RGB 186180127
HSL0.150.300.61
HSV54°32°73°
CMYK 0.000.030.32   0.27
XYZ40.401744.613926.5606
Yxy44.61390.36210.3999
Hunter Lab66.7936-8.918923.1788
CIE-Lab72.6369-6.111227.8570

#bab47f color RGB value is (186,180,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 01111111
Octal 272 264 177
Decimal 186 180 127
Hex BA B4 7F

RGB Percentages of Color #bab47f

%37.73
%36.51
%25.76

CMYK Percentages of Color #bab47f

%0
%3
%32
%27

Triadic Colors of #bab47f

#bab47f #7fbab4 #b47fba

Analogous Colors of #bab47f

#bab47f #a3ba7f #ba977f

Monochromatic Colors of #bab47f

#bab47f

Complementary Color

#bab47f #7f85ba

#bab47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab47f Color CSS Codes

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

#bab47f Text Font Color

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

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


#bab47f Background Color

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

This div background color is #bab47f


#bab47f Border Color

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

This div border color is #bab47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab47f


Comments

No comments written yet.

Please login to write comment.