Color Hex Logo

#baa42a Color Hex

#BAA42A
(186,164,42)
0 Favorites   0 Comments

Color spaces of #baa42a

RGB 18616442
HSL0.140.630.45
HSV51°77°73°
CMYK 0.000.120.77   0.27
XYZ33.943137.15727.5736
Yxy37.15720.43140.4723
Hunter Lab60.9567-7.278435.3032
CIE-Lab67.3948-4.722461.5326

#baa42a color RGB value is (186,164,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 00101010
Octal 272 244 52
Decimal 186 164 42
Hex BA A4 2A

RGB Percentages of Color #baa42a

%47.45
%41.84
%10.71

CMYK Percentages of Color #baa42a

%0
%12
%77
%27

Triadic Colors of #baa42a

#baa42a #2abaa4 #a42aba

Analogous Colors of #baa42a

#baa42a #88ba2a #ba5c2a

Monochromatic Colors of #baa42a

#baa42a

Complementary Color

#baa42a #2a40ba

#baa42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa42a Color CSS Codes

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

#baa42a Text Font Color

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

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


#baa42a Background Color

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

This div background color is #baa42a


#baa42a Border Color

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

This div border color is #baa42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa42a


Comments

No comments written yet.

Please login to write comment.