Color Hex Logo

#bab98a Color Hex

#BAB98A
(186,185,138)
0 Favorites   0 Comments

Color spaces of #bab98a

RGB 186185138
HSL0.160.260.64
HSV59°26°73°
CMYK 0.000.010.26   0.27
XYZ42.186146.972030.8878
Yxy46.97200.35140.3913
Hunter Lab68.5361-10.065921.2545
CIE-Lab74.1719-7.272124.0555

#bab98a color RGB value is (186,185,138).

#bab98a hex color red value is 186, green value is 185 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bab98a hue: 0.16 , saturation: 0.26 and the lightness value of bab98a is 0.64.

The process color (four color CMYK) of #bab98a color hex is 0.00, 0.01, 0.26, 0.27. Web safe color of #bab98a is #cccc99. Color #bab98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 10001010
Octal 272 271 212
Decimal 186 185 138
Hex BA B9 8A

RGB Percentages of Color #bab98a

%36.54
%36.35
%27.11

CMYK Percentages of Color #bab98a

%0
%1
%26
%27

Triadic Colors of #bab98a

#bab98a #8abab9 #b98aba

Analogous Colors of #bab98a

#bab98a #a3ba8a #baa18a

Monochromatic Colors of #bab98a

#bab98a

Complementary Color

#bab98a #8a8bba

#bab98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab98a Color CSS Codes

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

#bab98a Text Font Color

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

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


#bab98a Background Color

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

This div background color is #bab98a


#bab98a Border Color

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

This div border color is #bab98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab98a


Comments

No comments written yet.

Please login to write comment.