Color Hex Logo

#baab49 Color Hex

#BAAB49
(186,171,73)
2 Favorites   0 Comments

Color spaces of #baab49

RGB 18617173
HSL0.140.450.51
HSV52°61°73°
CMYK 0.000.080.61   0.27
XYZ36.015240.046012.1348
Yxy40.04600.40840.4541
Hunter Lab63.2819-9.154932.9280
CIE-Lab69.5023-6.729951.1707

#baab49 color RGB value is (186,171,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01001001
Octal 272 253 111
Decimal 186 171 73
Hex BA AB 49

RGB Percentages of Color #baab49

%43.26
%39.77
%16.98

CMYK Percentages of Color #baab49

%0
%8
%61
%27

Triadic Colors of #baab49

#baab49 #49baab #ab49ba

Analogous Colors of #baab49

#baab49 #91ba49 #ba7349

Monochromatic Colors of #baab49

#baab49

Complementary Color

#baab49 #4958ba

#baab49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab49 Color CSS Codes

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

#baab49 Text Font Color

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

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


#baab49 Background Color

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

This div background color is #baab49


#baab49 Border Color

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

This div border color is #baab49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab49


Comments

No comments written yet.

Please login to write comment.