Color Hex Logo

#bab06e Color Hex

#BAB06E
(186,176,110)
0 Favorites   0 Comments

Color spaces of #bab06e

RGB 186176110
HSL0.140.360.58
HSV52°41°73°
CMYK 0.000.050.41   0.27
XYZ38.589542.615620.9436
Yxy42.61560.37780.4172
Hunter Lab65.2806-8.723926.6748
CIE-Lab71.2933-6.026835.0557

#bab06e color RGB value is (186,176,110).

#bab06e hex color red value is 186, green value is 176 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bab06e hue: 0.14 , saturation: 0.36 and the lightness value of bab06e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01101110
Octal 272 260 156
Decimal 186 176 110
Hex BA B0 6E

RGB Percentages of Color #bab06e

%39.41
%37.29
%23.31

CMYK Percentages of Color #bab06e

%0
%5
%41
%27

Triadic Colors of #bab06e

#bab06e #6ebab0 #b06eba

Analogous Colors of #bab06e

#bab06e #9eba6e #ba8a6e

Monochromatic Colors of #bab06e

#bab06e

Complementary Color

#bab06e #6e78ba

#bab06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab06e Color CSS Codes

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

#bab06e Text Font Color

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

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


#bab06e Background Color

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

This div background color is #bab06e


#bab06e Border Color

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

This div border color is #bab06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab06e


Comments

No comments written yet.

Please login to write comment.