Color Hex Logo

#baa940 Color Hex

#BAA940
(186,169,64)
0 Favorites   0 Comments

Color spaces of #baa940

RGB 18616964
HSL0.140.490.49
HSV52°66°73°
CMYK 0.000.090.66   0.27
XYZ35.363139.185210.5502
Yxy39.18520.41560.4605
Hunter Lab62.5981-8.707933.8260
CIE-Lab68.8852-6.267254.4930

#baa940 color RGB value is (186,169,64).

#baa940 hex color red value is 186, green value is 169 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #baa940 hue: 0.14 , saturation: 0.49 and the lightness value of baa940 is 0.49.

The process color (four color CMYK) of #baa940 color hex is 0.00, 0.09, 0.66, 0.27. Web safe color of #baa940 is #cc9933. Color #baa940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01000000
Octal 272 251 100
Decimal 186 169 64
Hex BA A9 40

RGB Percentages of Color #baa940

%44.39
%40.33
%15.27

CMYK Percentages of Color #baa940

%0
%9
%66
%27

Triadic Colors of #baa940

#baa940 #40baa9 #a940ba

Analogous Colors of #baa940

#baa940 #8eba40 #ba6c40

Monochromatic Colors of #baa940

#baa940

Complementary Color

#baa940 #4051ba

#baa940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa940 Color CSS Codes

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

#baa940 Text Font Color

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

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


#baa940 Background Color

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

This div background color is #baa940


#baa940 Border Color

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

This div border color is #baa940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa940


Comments

No comments written yet.

Please login to write comment.