Color Hex Logo

#baac3d Color Hex

#BAAC3D
(186,172,61)
0 Favorites   0 Comments

Color spaces of #baac3d

RGB 18617261
HSL0.150.510.48
HSV53°67°73°
CMYK 0.000.080.67   0.27
XYZ35.844540.281110.3007
Yxy40.28110.41470.4661
Hunter Lab63.4674-10.256434.8045
CIE-Lab69.6693-8.022356.5748

#baac3d color RGB value is (186,172,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00111101
Octal 272 254 75
Decimal 186 172 61
Hex BA AC 3D

RGB Percentages of Color #baac3d

%44.39
%41.05
%14.56

CMYK Percentages of Color #baac3d

%0
%8
%67
%27

Triadic Colors of #baac3d

#baac3d #3dbaac #ac3dba

Analogous Colors of #baac3d

#baac3d #8aba3d #ba6e3d

Monochromatic Colors of #baac3d

#baac3d

Complementary Color

#baac3d #3d4bba

#baac3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac3d Color CSS Codes

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

#baac3d Text Font Color

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

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


#baac3d Background Color

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

This div background color is #baac3d


#baac3d Border Color

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

This div border color is #baac3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac3d


Comments

No comments written yet.

Please login to write comment.