Color Hex Logo

#baa03e Color Hex

#BAA03E
(186,160,62)
0 Favorites   0 Comments

Color spaces of #baa03e

RGB 18616062
HSL0.130.500.49
HSV47°67°73°
CMYK 0.000.140.67   0.27
XYZ33.690035.92859.7167
Yxy35.92850.42470.4529
Hunter Lab59.9404-4.568232.3470
CIE-Lab66.4653-1.599652.8064

#baa03e color RGB value is (186,160,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00111110
Octal 272 240 76
Decimal 186 160 62
Hex BA A0 3E

RGB Percentages of Color #baa03e

%45.59
%39.22
%15.20

CMYK Percentages of Color #baa03e

%0
%14
%67
%27

Triadic Colors of #baa03e

#baa03e #3ebaa0 #a03eba

Analogous Colors of #baa03e

#baa03e #96ba3e #ba623e

Monochromatic Colors of #baa03e

#baa03e

Complementary Color

#baa03e #3e58ba

#baa03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa03e Color CSS Codes

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

#baa03e Text Font Color

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

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


#baa03e Background Color

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

This div background color is #baa03e


#baa03e Border Color

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

This div border color is #baa03e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,160,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 #baa03e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa03e


Comments

No comments written yet.

Please login to write comment.