Color Hex Logo

#bab097 Color Hex

#BAB097
(186,176,151)
0 Favorites   0 Comments

Color spaces of #bab097

RGB 186176151
HSL0.120.200.66
HSV43°19°73°
CMYK 0.000.050.19   0.27
XYZ41.360943.724135.5378
Yxy43.72410.34290.3625
Hunter Lab66.1242-4.065014.4221
CIE-Lab72.0437-0.602314.0975

#bab097 color RGB value is (186,176,151).

#bab097 hex color red value is 186, green value is 176 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bab097 hue: 0.12 , saturation: 0.20 and the lightness value of bab097 is 0.66.

The process color (four color CMYK) of #bab097 color hex is 0.00, 0.05, 0.19, 0.27. Web safe color of #bab097 is #cc9999. Color #bab097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 10010111
Octal 272 260 227
Decimal 186 176 151
Hex BA B0 97

RGB Percentages of Color #bab097

%36.26
%34.31
%29.43

CMYK Percentages of Color #bab097

%0
%5
%19
%27

Triadic Colors of #bab097

#bab097 #97bab0 #b097ba

Analogous Colors of #bab097

#bab097 #b3ba97 #ba9f97

Monochromatic Colors of #bab097

#bab097

Complementary Color

#bab097 #97a1ba

#bab097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab097 Color CSS Codes

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

#bab097 Text Font Color

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

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


#bab097 Background Color

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

This div background color is #bab097


#bab097 Border Color

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

This div border color is #bab097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab097


Comments

No comments written yet.

Please login to write comment.