Color Hex Logo

#baa02e Color Hex

#BAA02E
(186,160,46)
0 Favorites   0 Comments

Color spaces of #baa02e

RGB 18616046
HSL0.140.600.45
HSV49°75°73°
CMYK 0.000.140.75   0.27
XYZ33.313635.77807.7348
Yxy35.77800.43360.4657
Hunter Lab59.8147-5.260834.2034
CIE-Lab66.3500-2.425459.1517

#baa02e color RGB value is (186,160,46).

#baa02e hex color red value is 186, green value is 160 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #baa02e hue: 0.14 , saturation: 0.60 and the lightness value of baa02e is 0.45.

The process color (four color CMYK) of #baa02e color hex is 0.00, 0.14, 0.75, 0.27. Web safe color of #baa02e is #cc9933. Color #baa02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00101110
Octal 272 240 56
Decimal 186 160 46
Hex BA A0 2E

RGB Percentages of Color #baa02e

%47.45
%40.82
%11.73

CMYK Percentages of Color #baa02e

%0
%14
%75
%27

Triadic Colors of #baa02e

#baa02e #2ebaa0 #a02eba

Analogous Colors of #baa02e

#baa02e #8eba2e #ba5a2e

Monochromatic Colors of #baa02e

#baa02e

Complementary Color

#baa02e #2e48ba

#baa02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa02e Color CSS Codes

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

#baa02e Text Font Color

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

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


#baa02e Background Color

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

This div background color is #baa02e


#baa02e Border Color

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

This div border color is #baa02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa02e


Comments

No comments written yet.

Please login to write comment.