Color Hex Logo

#baac3e Color Hex

#BAAC3E
(186,172,62)
0 Favorites   0 Comments

Color spaces of #baac3e

RGB 18617262
HSL0.150.500.49
HSV53°67°73°
CMYK 0.000.080.67   0.27
XYZ35.871740.292010.4439
Yxy40.29200.41420.4652
Hunter Lab63.4760-10.208634.6780
CIE-Lab69.6770-7.964256.1677

#baac3e color RGB value is (186,172,62).

#baac3e hex color red value is 186, green value is 172 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baac3e hue: 0.15 , saturation: 0.50 and the lightness value of baac3e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00111110
Octal 272 254 76
Decimal 186 172 62
Hex BA AC 3E

RGB Percentages of Color #baac3e

%44.29
%40.95
%14.76

CMYK Percentages of Color #baac3e

%0
%8
%67
%27

Triadic Colors of #baac3e

#baac3e #3ebaac #ac3eba

Analogous Colors of #baac3e

#baac3e #8aba3e #ba6e3e

Monochromatic Colors of #baac3e

#baac3e

Complementary Color

#baac3e #3e4cba

#baac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac3e Color CSS Codes

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

#baac3e Text Font Color

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

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


#baac3e Background Color

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

This div background color is #baac3e


#baac3e Border Color

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

This div border color is #baac3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac3e


Comments

No comments written yet.

Please login to write comment.