Color Hex Logo

#baa42e Color Hex

#BAA42E
(186,164,46)
0 Favorites   0 Comments

Color spaces of #baa42e

RGB 18616446
HSL0.140.600.45
HSV51°75°73°
CMYK 0.000.120.75   0.27
XYZ34.018337.18737.9697
Yxy37.18730.42970.4697
Hunter Lab60.9814-7.141734.9383
CIE-Lab67.4173-4.557660.1618

#baa42e color RGB value is (186,164,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 00101110
Octal 272 244 56
Decimal 186 164 46
Hex BA A4 2E

RGB Percentages of Color #baa42e

%46.97
%41.41
%11.62

CMYK Percentages of Color #baa42e

%0
%12
%75
%27

Triadic Colors of #baa42e

#baa42e #2ebaa4 #a42eba

Analogous Colors of #baa42e

#baa42e #8aba2e #ba5e2e

Monochromatic Colors of #baa42e

#baa42e

Complementary Color

#baa42e #2e44ba

#baa42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa42e Color CSS Codes

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

#baa42e Text Font Color

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

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


#baa42e Background Color

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

This div background color is #baa42e


#baa42e Border Color

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

This div border color is #baa42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa42e


Comments

No comments written yet.

Please login to write comment.