Color Hex Logo

#bab36d Color Hex

#BAB36D
(186,179,109)
0 Favorites   0 Comments

Color spaces of #bab36d

RGB 186179109
HSL0.150.360.58
HSV55°41°73°
CMYK 0.000.040.41   0.27
XYZ39.130143.783420.8567
Yxy43.78340.37710.4219
Hunter Lab66.1690-10.237027.6299
CIE-Lab72.0835-7.711936.5780

#bab36d color RGB value is (186,179,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01101101
Octal 272 263 155
Decimal 186 179 109
Hex BA B3 6D

RGB Percentages of Color #bab36d

%39.24
%37.76
%23.00

CMYK Percentages of Color #bab36d

%0
%4
%41
%27

Triadic Colors of #bab36d

#bab36d #6dbab3 #b36dba

Analogous Colors of #bab36d

#bab36d #9bba6d #ba8d6d

Monochromatic Colors of #bab36d

#bab36d

Complementary Color

#bab36d #6d74ba

#bab36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab36d Color CSS Codes

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

#bab36d Text Font Color

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

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


#bab36d Background Color

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

This div background color is #bab36d


#bab36d Border Color

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

This div border color is #bab36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab36d


Comments

No comments written yet.

Please login to write comment.