Color Hex Logo

#bab479 Color Hex

#BAB479
(186,180,121)
0 Favorites   0 Comments

Color spaces of #bab479

RGB 186180121
HSL0.150.320.60
HSV54°35°73°
CMYK 0.000.030.35   0.27
XYZ40.022144.462124.5618
Yxy44.46210.36700.4077
Hunter Lab66.6799-9.551924.8362
CIE-Lab72.5363-6.858530.9003

#bab479 color RGB value is (186,180,121).

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

The process color (four color CMYK) of #bab479 color hex is 0.00, 0.03, 0.35, 0.27. Web safe color of #bab479 is #cccc66. Color #bab479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 01111001
Octal 272 264 171
Decimal 186 180 121
Hex BA B4 79

RGB Percentages of Color #bab479

%38.19
%36.96
%24.85

CMYK Percentages of Color #bab479

%0
%3
%35
%27

Triadic Colors of #bab479

#bab479 #79bab4 #b479ba

Analogous Colors of #bab479

#bab479 #a0ba79 #ba9479

Monochromatic Colors of #bab479

#bab479

Complementary Color

#bab479 #797fba

#bab479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab479 Color CSS Codes

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

#bab479 Text Font Color

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

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


#bab479 Background Color

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

This div background color is #bab479


#bab479 Border Color

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

This div border color is #bab479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab479


Comments

No comments written yet.

Please login to write comment.