Color Hex Logo

#baaa37 Color Hex

#BAAA37
(186,170,55)
0 Favorites   0 Comments

Color spaces of #baaa37

RGB 18617055
HSL0.150.540.47
HSV53°70°73°
CMYK 0.000.090.70   0.27
XYZ35.314039.46449.3706
Yxy39.46440.41970.4690
Hunter Lab62.8207-9.594335.1305
CIE-Lab69.0863-7.300658.3995

#baaa37 color RGB value is (186,170,55).

#baaa37 hex color red value is 186, green value is 170 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #baaa37 hue: 0.15 , saturation: 0.54 and the lightness value of baaa37 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00110111
Octal 272 252 67
Decimal 186 170 55
Hex BA AA 37

RGB Percentages of Color #baaa37

%45.26
%41.36
%13.38

CMYK Percentages of Color #baaa37

%0
%9
%70
%27

Triadic Colors of #baaa37

#baaa37 #37baaa #aa37ba

Analogous Colors of #baaa37

#baaa37 #89ba37 #ba6937

Monochromatic Colors of #baaa37

#baaa37

Complementary Color

#baaa37 #3747ba

#baaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa37 Color CSS Codes

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

#baaa37 Text Font Color

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

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


#baaa37 Background Color

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

This div background color is #baaa37


#baaa37 Border Color

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

This div border color is #baaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa37


Comments

No comments written yet.

Please login to write comment.