Color Hex Logo

#bab67f Color Hex

#BAB67F
(186,182,127)
0 Favorites   0 Comments

Color spaces of #bab67f

RGB 186182127
HSL0.160.300.61
HSV56°32°73°
CMYK 0.000.020.32   0.27
XYZ40.808445.427326.6962
Yxy45.42730.36140.4023
Hunter Lab67.3998-9.873623.6958
CIE-Lab73.1724-7.161928.5679

#bab67f color RGB value is (186,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01111111
Octal 272 266 177
Decimal 186 182 127
Hex BA B6 7F

RGB Percentages of Color #bab67f

%37.58
%36.77
%25.66

CMYK Percentages of Color #bab67f

%0
%2
%32
%27

Triadic Colors of #bab67f

#bab67f #7fbab6 #b67fba

Analogous Colors of #bab67f

#bab67f #a1ba7f #ba997f

Monochromatic Colors of #bab67f

#bab67f

Complementary Color

#bab67f #7f83ba

#bab67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab67f Color CSS Codes

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

#bab67f Text Font Color

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

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


#bab67f Background Color

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

This div background color is #bab67f


#bab67f Border Color

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

This div border color is #bab67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab67f


Comments

No comments written yet.

Please login to write comment.