Color Hex Logo

#bab79c Color Hex

#BAB79C
(186,183,156)
0 Favorites   0 Comments

Color spaces of #bab79c

RGB 186183156
HSL0.150.180.67
HSV54°16°73°
CMYK 0.000.020.16   0.27
XYZ43.183946.706438.1917
Yxy46.70640.33720.3647
Hunter Lab68.3421-6.808314.7063
CIE-Lab74.0016-3.554614.1273

#bab79c color RGB value is (186,183,156).

#bab79c hex color red value is 186, green value is 183 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bab79c hue: 0.15 , saturation: 0.18 and the lightness value of bab79c is 0.67.

The process color (four color CMYK) of #bab79c color hex is 0.00, 0.02, 0.16, 0.27. Web safe color of #bab79c is #cccc99. Color #bab79c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 10011100
Octal 272 267 234
Decimal 186 183 156
Hex BA B7 9C

RGB Percentages of Color #bab79c

%35.43
%34.86
%29.71

CMYK Percentages of Color #bab79c

%0
%2
%16
%27

Triadic Colors of #bab79c

#bab79c #9cbab7 #b79cba

Analogous Colors of #bab79c

#bab79c #aeba9c #baa89c

Monochromatic Colors of #bab79c

#bab79c

Complementary Color

#bab79c #9c9fba

#bab79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab79c Color CSS Codes

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

#bab79c Text Font Color

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

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


#bab79c Background Color

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

This div background color is #bab79c


#bab79c Border Color

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

This div border color is #bab79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab79c


Comments

No comments written yet.

Please login to write comment.