Color Hex Logo

#baa443 Color Hex

#BAA443
(186,164,67)
0 Favorites   0 Comments

Color spaces of #baa443

RGB 18616467
HSL0.140.470.50
HSV49°64°73°
CMYK 0.000.120.64   0.27
XYZ34.538337.395310.7078
Yxy37.39530.41790.4525
Hunter Lab61.1517-6.199232.4244
CIE-Lab67.5726-3.427151.7747

#baa443 color RGB value is (186,164,67).

#baa443 hex color red value is 186, green value is 164 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #baa443 hue: 0.14 , saturation: 0.47 and the lightness value of baa443 is 0.50.

The process color (four color CMYK) of #baa443 color hex is 0.00, 0.12, 0.64, 0.27. Web safe color of #baa443 is #cc9933. Color #baa443 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01000011
Octal 272 244 103
Decimal 186 164 67
Hex BA A4 43

RGB Percentages of Color #baa443

%44.60
%39.33
%16.07

CMYK Percentages of Color #baa443

%0
%12
%64
%27

Triadic Colors of #baa443

#baa443 #43baa4 #a443ba

Analogous Colors of #baa443

#baa443 #95ba43 #ba6943

Monochromatic Colors of #baa443

#baa443

Complementary Color

#baa443 #4359ba

#baa443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa443 Color CSS Codes

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

#baa443 Text Font Color

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

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


#baa443 Background Color

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

This div background color is #baa443


#baa443 Border Color

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

This div border color is #baa443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa443


Comments

No comments written yet.

Please login to write comment.