Color Hex Logo

#baab4a Color Hex

#BAAB4A
(186,171,74)
0 Favorites   0 Comments

Color spaces of #baab4a

RGB 18617174
HSL0.140.450.51
HSV52°60°73°
CMYK 0.000.080.60   0.27
XYZ36.048640.059312.3108
Yxy40.05930.40770.4531
Hunter Lab63.2924-9.095932.7724
CIE-Lab69.5117-6.658950.7239

#baab4a color RGB value is (186,171,74).

#baab4a hex color red value is 186, green value is 171 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #baab4a hue: 0.14 , saturation: 0.45 and the lightness value of baab4a is 0.51.

The process color (four color CMYK) of #baab4a color hex is 0.00, 0.08, 0.60, 0.27. Web safe color of #baab4a is #cc9933. Color #baab4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01001010
Octal 272 253 112
Decimal 186 171 74
Hex BA AB 4A

RGB Percentages of Color #baab4a

%43.16
%39.68
%17.17

CMYK Percentages of Color #baab4a

%0
%8
%60
%27

Triadic Colors of #baab4a

#baab4a #4abaab #ab4aba

Analogous Colors of #baab4a

#baab4a #91ba4a #ba734a

Monochromatic Colors of #baab4a

#baab4a

Complementary Color

#baab4a #4a59ba

#baab4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab4a Color CSS Codes

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

#baab4a Text Font Color

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

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


#baab4a Background Color

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

This div background color is #baab4a


#baab4a Border Color

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

This div border color is #baab4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab4a


Comments

No comments written yet.

Please login to write comment.