Color Hex Logo

#baaa36 Color Hex

#BAAA36
(186,170,54)
0 Favorites   0 Comments

Color spaces of #baaa36

RGB 18617054
HSL0.150.550.47
HSV53°71°73°
CMYK 0.000.090.71   0.27
XYZ35.290339.45499.2456
Yxy39.45490.42020.4698
Hunter Lab62.8131-9.636335.2422
CIE-Lab69.0795-7.351658.7822

#baaa36 color RGB value is (186,170,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00110110
Octal 272 252 66
Decimal 186 170 54
Hex BA AA 36

RGB Percentages of Color #baaa36

%45.37
%41.46
%13.17

CMYK Percentages of Color #baaa36

%0
%9
%71
%27

Triadic Colors of #baaa36

#baaa36 #36baaa #aa36ba

Analogous Colors of #baaa36

#baaa36 #88ba36 #ba6836

Monochromatic Colors of #baaa36

#baaa36

Complementary Color

#baaa36 #3646ba

#baaa36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa36 Color CSS Codes

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

#baaa36 Text Font Color

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

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


#baaa36 Background Color

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

This div background color is #baaa36


#baaa36 Border Color

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

This div border color is #baaa36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa36


Comments

No comments written yet.

Please login to write comment.