Color Hex Logo

#bab069 Color Hex

#BAB069
(186,176,105)
0 Favorites   0 Comments

Color spaces of #bab069

RGB 186176105
HSL0.150.370.57
HSV53°44°73°
CMYK 0.000.050.44   0.27
XYZ38.324842.509719.5499
Yxy42.50970.38180.4235
Hunter Lab65.1995-9.175227.8617
CIE-Lab71.2209-6.563437.5508

#bab069 color RGB value is (186,176,105).

#bab069 hex color red value is 186, green value is 176 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bab069 hue: 0.15 , saturation: 0.37 and the lightness value of bab069 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01101001
Octal 272 260 151
Decimal 186 176 105
Hex BA B0 69

RGB Percentages of Color #bab069

%39.83
%37.69
%22.48

CMYK Percentages of Color #bab069

%0
%5
%44
%27

Triadic Colors of #bab069

#bab069 #69bab0 #b069ba

Analogous Colors of #bab069

#bab069 #9cba69 #ba8869

Monochromatic Colors of #bab069

#bab069

Complementary Color

#bab069 #6973ba

#bab069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab069 Color CSS Codes

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

#bab069 Text Font Color

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

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


#bab069 Background Color

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

This div background color is #bab069


#bab069 Border Color

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

This div border color is #bab069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab069


Comments

No comments written yet.

Please login to write comment.