Color Hex Logo

#bab86e Color Hex

#BAB86E
(186,184,110)
0 Favorites   0 Comments

Color spaces of #bab86e

RGB 186184110
HSL0.160.360.58
HSV58°41°73°
CMYK 0.000.010.41   0.27
XYZ40.204745.845921.4820
Yxy45.84590.37390.4263
Hunter Lab67.7096-12.501828.5860
CIE-Lab73.4454-10.208237.7854

#bab86e color RGB value is (186,184,110).

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

The process color (four color CMYK) of #bab86e color hex is 0.00, 0.01, 0.41, 0.27. Web safe color of #bab86e is #cccc66. Color #bab86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01101110
Octal 272 270 156
Decimal 186 184 110
Hex BA B8 6E

RGB Percentages of Color #bab86e

%38.75
%38.33
%22.92

CMYK Percentages of Color #bab86e

%0
%1
%41
%27

Triadic Colors of #bab86e

#bab86e #6ebab8 #b86eba

Analogous Colors of #bab86e

#bab86e #96ba6e #ba926e

Monochromatic Colors of #bab86e

#bab86e

Complementary Color

#bab86e #6e70ba

#bab86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab86e Color CSS Codes

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

#bab86e Text Font Color

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

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


#bab86e Background Color

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

This div background color is #bab86e


#bab86e Border Color

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

This div border color is #bab86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab86e


Comments

No comments written yet.

Please login to write comment.