Color Hex Logo

#bab69f Color Hex

#BAB69F
(186,182,159)
0 Favorites   0 Comments

Color spaces of #bab69f

RGB 186182159
HSL0.140.160.68
HSV51°15°73°
CMYK 0.000.020.15   0.27
XYZ43.235746.398239.4779
Yxy46.39820.33490.3594
Hunter Lab68.1162-5.903313.3188
CIE-Lab73.8032-2.545712.2193

#bab69f color RGB value is (186,182,159).

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

The process color (four color CMYK) of #bab69f color hex is 0.00, 0.02, 0.15, 0.27. Web safe color of #bab69f is #cccc99. Color #bab69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 10011111
Octal 272 266 237
Decimal 186 182 159
Hex BA B6 9F

RGB Percentages of Color #bab69f

%35.29
%34.54
%30.17

CMYK Percentages of Color #bab69f

%0
%2
%15
%27

Triadic Colors of #bab69f

#bab69f #9fbab6 #b69fba

Analogous Colors of #bab69f

#bab69f #b1ba9f #baa99f

Monochromatic Colors of #bab69f

#bab69f

Complementary Color

#bab69f #9fa3ba

#bab69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab69f Color CSS Codes

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

#bab69f Text Font Color

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

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


#bab69f Background Color

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

This div background color is #bab69f


#bab69f Border Color

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

This div border color is #bab69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab69f


Comments

No comments written yet.

Please login to write comment.