Color Hex Logo

#bab179 Color Hex

#BAB179
(186,177,121)
0 Favorites   0 Comments

Color spaces of #bab179

RGB 186177121
HSL0.140.320.60
HSV52°35°73°
CMYK 0.000.050.35   0.27
XYZ39.423043.263924.3621
Yxy43.26390.36830.4042
Hunter Lab65.7753-8.121224.0827
CIE-Lab71.7337-5.278629.8475

#bab179 color RGB value is (186,177,121).

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

The process color (four color CMYK) of #bab179 color hex is 0.00, 0.05, 0.35, 0.27. Web safe color of #bab179 is #cc9966. Color #bab179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01111001
Octal 272 261 171
Decimal 186 177 121
Hex BA B1 79

RGB Percentages of Color #bab179

%38.43
%36.57
%25.00

CMYK Percentages of Color #bab179

%0
%5
%35
%27

Triadic Colors of #bab179

#bab179 #79bab1 #b179ba

Analogous Colors of #bab179

#bab179 #a3ba79 #ba9179

Monochromatic Colors of #bab179

#bab179

Complementary Color

#bab179 #7982ba

#bab179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab179 Color CSS Codes

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

#bab179 Text Font Color

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

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


#bab179 Background Color

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

This div background color is #bab179


#bab179 Border Color

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

This div border color is #bab179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab179


Comments

No comments written yet.

Please login to write comment.