Color Hex Logo

#bab86d Color Hex

#BAB86D
(186,184,109)
0 Favorites   0 Comments

Color spaces of #bab86d

RGB 186184109
HSL0.160.360.58
HSV58°41°73°
CMYK 0.000.010.41   0.27
XYZ40.150545.824221.1968
Yxy45.82420.37460.4276
Hunter Lab67.6936-12.591628.8201
CIE-Lab73.4313-10.316138.2786

#bab86d color RGB value is (186,184,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01101101
Octal 272 270 155
Decimal 186 184 109
Hex BA B8 6D

RGB Percentages of Color #bab86d

%38.83
%38.41
%22.76

CMYK Percentages of Color #bab86d

%0
%1
%41
%27

Triadic Colors of #bab86d

#bab86d #6dbab8 #b86dba

Analogous Colors of #bab86d

#bab86d #96ba6d #ba926d

Monochromatic Colors of #bab86d

#bab86d

Complementary Color

#bab86d #6d6fba

#bab86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab86d Color CSS Codes

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

#bab86d Text Font Color

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

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


#bab86d Background Color

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

This div background color is #bab86d


#bab86d Border Color

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

This div border color is #bab86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab86d


Comments

No comments written yet.

Please login to write comment.