Color Hex Logo

#baaa3e Color Hex

#BAAA3E
(186,170,62)
0 Favorites   0 Comments

Color spaces of #baaa3e

RGB 18617062
HSL0.150.500.49
HSV52°67°73°
CMYK 0.000.090.67   0.27
XYZ35.493939.536410.3180
Yxy39.53640.41590.4632
Hunter Lab62.8780-9.275234.2854
CIE-Lab69.1380-6.914255.6079

#baaa3e color RGB value is (186,170,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00111110
Octal 272 252 76
Decimal 186 170 62
Hex BA AA 3E

RGB Percentages of Color #baaa3e

%44.50
%40.67
%14.83

CMYK Percentages of Color #baaa3e

%0
%9
%67
%27

Triadic Colors of #baaa3e

#baaa3e #3ebaaa #aa3eba

Analogous Colors of #baaa3e

#baaa3e #8cba3e #ba6c3e

Monochromatic Colors of #baaa3e

#baaa3e

Complementary Color

#baaa3e #3e4eba

#baaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa3e Color CSS Codes

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

#baaa3e Text Font Color

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

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


#baaa3e Background Color

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

This div background color is #baaa3e


#baaa3e Border Color

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

This div border color is #baaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa3e


Comments

No comments written yet.

Please login to write comment.