Color Hex Logo

#baac2e Color Hex

#BAAC2E
(186,172,46)
0 Favorites   0 Comments

Color spaces of #baac2e

RGB 18617246
HSL0.150.600.45
HSV54°75°73°
CMYK 0.000.080.75   0.27
XYZ35.495440.14148.4620
Yxy40.14140.42210.4773
Hunter Lab63.3572-10.871936.4313
CIE-Lab69.5701-8.771562.1852

#baac2e color RGB value is (186,172,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00101110
Octal 272 254 56
Decimal 186 172 46
Hex BA AC 2E

RGB Percentages of Color #baac2e

%46.04
%42.57
%11.39

CMYK Percentages of Color #baac2e

%0
%8
%75
%27

Triadic Colors of #baac2e

#baac2e #2ebaac #ac2eba

Analogous Colors of #baac2e

#baac2e #82ba2e #ba662e

Monochromatic Colors of #baac2e

#baac2e

Complementary Color

#baac2e #2e3cba

#baac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac2e Color CSS Codes

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

#baac2e Text Font Color

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

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


#baac2e Background Color

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

This div background color is #baac2e


#baac2e Border Color

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

This div border color is #baac2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,172,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 #baac2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac2e


Comments

No comments written yet.

Please login to write comment.