Color Hex Logo

#bab376 Color Hex

#BAB376
(186,179,118)
0 Favorites   0 Comments

Color spaces of #bab376

RGB 186179118
HSL0.150.330.60
HSV54°37°73°
CMYK 0.000.040.37   0.27
XYZ39.639843.987323.5407
Yxy43.98730.36990.4105
Hunter Lab66.3229-9.379525.3816
CIE-Lab72.2200-6.692432.0661

#bab376 color RGB value is (186,179,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01110110
Octal 272 263 166
Decimal 186 179 118
Hex BA B3 76

RGB Percentages of Color #bab376

%38.51
%37.06
%24.43

CMYK Percentages of Color #bab376

%0
%4
%37
%27

Triadic Colors of #bab376

#bab376 #76bab3 #b376ba

Analogous Colors of #bab376

#bab376 #9fba76 #ba9176

Monochromatic Colors of #bab376

#bab376

Complementary Color

#bab376 #767dba

#bab376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab376 Color CSS Codes

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

#bab376 Text Font Color

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

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


#bab376 Background Color

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

This div background color is #bab376


#bab376 Border Color

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

This div border color is #bab376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab376


Comments

No comments written yet.

Please login to write comment.