Color Hex Logo

#baa64c Color Hex

#BAA64C
(186,166,76)
0 Favorites   0 Comments

Color spaces of #baa64c

RGB 18616676
HSL0.140.440.51
HSV49°59°73°
CMYK 0.000.110.59   0.27
XYZ35.190438.233312.3625
Yxy38.23330.41020.4457
Hunter Lab61.8331-6.620131.4291
CIE-Lab68.1922-3.866548.3136

#baa64c color RGB value is (186,166,76).

#baa64c hex color red value is 186, green value is 166 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #baa64c hue: 0.14 , saturation: 0.44 and the lightness value of baa64c is 0.51.

The process color (four color CMYK) of #baa64c color hex is 0.00, 0.11, 0.59, 0.27. Web safe color of #baa64c is #cc9933. Color #baa64c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01001100
Octal 272 246 114
Decimal 186 166 76
Hex BA A6 4C

RGB Percentages of Color #baa64c

%43.46
%38.79
%17.76

CMYK Percentages of Color #baa64c

%0
%11
%59
%27

Triadic Colors of #baa64c

#baa64c #4cbaa6 #a64cba

Analogous Colors of #baa64c

#baa64c #97ba4c #ba6f4c

Monochromatic Colors of #baa64c

#baa64c

Complementary Color

#baa64c #4c60ba

#baa64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa64c Color CSS Codes

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

#baa64c Text Font Color

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

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


#baa64c Background Color

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

This div background color is #baa64c


#baa64c Border Color

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

This div border color is #baa64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa64c


Comments

No comments written yet.

Please login to write comment.