Color Hex Logo

#baa73e Color Hex

#BAA73E
(186,167,62)
0 Favorites   0 Comments

Color spaces of #baa73e

RGB 18616762
HSL0.140.500.49
HSV51°67°73°
CMYK 0.000.100.67   0.27
XYZ34.937938.424310.1326
Yxy38.42430.41840.4602
Hunter Lab61.9873-7.870033.6994
CIE-Lab68.3322-5.330554.7679

#baa73e color RGB value is (186,167,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00111110
Octal 272 247 76
Decimal 186 167 62
Hex BA A7 3E

RGB Percentages of Color #baa73e

%44.82
%40.24
%14.94

CMYK Percentages of Color #baa73e

%0
%10
%67
%27

Triadic Colors of #baa73e

#baa73e #3ebaa7 #a73eba

Analogous Colors of #baa73e

#baa73e #8fba3e #ba693e

Monochromatic Colors of #baa73e

#baa73e

Complementary Color

#baa73e #3e51ba

#baa73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa73e Color CSS Codes

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

#baa73e Text Font Color

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

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


#baa73e Background Color

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

This div background color is #baa73e


#baa73e Border Color

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

This div border color is #baa73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa73e


Comments

No comments written yet.

Please login to write comment.