Color Hex Logo

#bab49a Color Hex

#BAB49A
(186,180,154)
0 Favorites   0 Comments

Color spaces of #bab49a

RGB 186180154
HSL0.140.190.67
HSV49°17°73°
CMYK 0.000.030.17   0.27
XYZ42.403745.414737.1029
Yxy45.41470.33940.3635
Hunter Lab67.3904-5.616714.5302
CIE-Lab73.1641-2.273814.0368

#bab49a color RGB value is (186,180,154).

#bab49a hex color red value is 186, green value is 180 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bab49a hue: 0.14 , saturation: 0.19 and the lightness value of bab49a is 0.67.

The process color (four color CMYK) of #bab49a color hex is 0.00, 0.03, 0.17, 0.27. Web safe color of #bab49a is #cccc99. Color #bab49a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 10011010
Octal 272 264 232
Decimal 186 180 154
Hex BA B4 9A

RGB Percentages of Color #bab49a

%35.77
%34.62
%29.62

CMYK Percentages of Color #bab49a

%0
%3
%17
%27

Triadic Colors of #bab49a

#bab49a #9abab4 #b49aba

Analogous Colors of #bab49a

#bab49a #b0ba9a #baa49a

Monochromatic Colors of #bab49a

#bab49a

Complementary Color

#bab49a #9aa0ba

#bab49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab49a Color CSS Codes

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

#bab49a Text Font Color

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

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


#bab49a Background Color

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

This div background color is #bab49a


#bab49a Border Color

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

This div border color is #bab49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab49a


Comments

No comments written yet.

Please login to write comment.