Color Hex Logo

#baac45 Color Hex

#BAAC45
(186,172,69)
0 Favorites   0 Comments

Color spaces of #baac45

RGB 18617269
HSL0.150.460.50
HSV53°63°73°
CMYK 0.000.080.63   0.27
XYZ36.076440.373811.5217
Yxy40.37380.41010.4589
Hunter Lab63.5404-9.848533.7273
CIE-Lab69.7349-7.528053.2208

#baac45 color RGB value is (186,172,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01000101
Octal 272 254 105
Decimal 186 172 69
Hex BA AC 45

RGB Percentages of Color #baac45

%43.56
%40.28
%16.16

CMYK Percentages of Color #baac45

%0
%8
%63
%27

Triadic Colors of #baac45

#baac45 #45baac #ac45ba

Analogous Colors of #baac45

#baac45 #8eba45 #ba7245

Monochromatic Colors of #baac45

#baac45

Complementary Color

#baac45 #4553ba

#baac45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac45 Color CSS Codes

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

#baac45 Text Font Color

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

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


#baac45 Background Color

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

This div background color is #baac45


#baac45 Border Color

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

This div border color is #baac45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac45


Comments

No comments written yet.

Please login to write comment.