Color Hex Logo

#baac4d Color Hex

#BAAC4D
(186,172,77)
0 Favorites   0 Comments

Color spaces of #baac4d

RGB 18617277
HSL0.150.440.52
HSV52°59°73°
CMYK 0.000.080.59   0.27
XYZ36.341840.480012.9192
Yxy40.48000.40500.4511
Hunter Lab63.6239-9.383132.4975
CIE-Lab69.8101-6.966149.6706

#baac4d color RGB value is (186,172,77).

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

The process color (four color CMYK) of #baac4d color hex is 0.00, 0.08, 0.59, 0.27. Web safe color of #baac4d is #cc9966. Color #baac4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01001101
Octal 272 254 115
Decimal 186 172 77
Hex BA AC 4D

RGB Percentages of Color #baac4d

%42.76
%39.54
%17.70

CMYK Percentages of Color #baac4d

%0
%8
%59
%27

Triadic Colors of #baac4d

#baac4d #4dbaac #ac4dba

Analogous Colors of #baac4d

#baac4d #92ba4d #ba764d

Monochromatic Colors of #baac4d

#baac4d

Complementary Color

#baac4d #4d5bba

#baac4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac4d Color CSS Codes

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

#baac4d Text Font Color

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

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


#baac4d Background Color

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

This div background color is #baac4d


#baac4d Border Color

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

This div border color is #baac4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac4d


Comments

No comments written yet.

Please login to write comment.