Color Hex Logo

#baac44 Color Hex

#BAAC44
(186,172,68)
0 Favorites   0 Comments

Color spaces of #baac44

RGB 18617268
HSL0.150.460.50
HSV53°63°73°
CMYK 0.000.080.63   0.27
XYZ36.045640.361511.3596
Yxy40.36150.41070.4599
Hunter Lab63.5307-9.902733.8701
CIE-Lab69.7262-7.593553.6515

#baac44 color RGB value is (186,172,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01000100
Octal 272 254 104
Decimal 186 172 68
Hex BA AC 44

RGB Percentages of Color #baac44

%43.66
%40.38
%15.96

CMYK Percentages of Color #baac44

%0
%8
%63
%27

Triadic Colors of #baac44

#baac44 #44baac #ac44ba

Analogous Colors of #baac44

#baac44 #8dba44 #ba7144

Monochromatic Colors of #baac44

#baac44

Complementary Color

#baac44 #4452ba

#baac44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac44 Color CSS Codes

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

#baac44 Text Font Color

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

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


#baac44 Background Color

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

This div background color is #baac44


#baac44 Border Color

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

This div border color is #baac44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac44


Comments

No comments written yet.

Please login to write comment.