Color Hex Logo

#baac0e Color Hex

#BAAC0E
(186,172,14)
0 Favorites   0 Comments

Color spaces of #baac0e

RGB 18617214
HSL0.150.860.39
HSV55°92°73°
CMYK 0.000.080.92   0.27
XYZ35.081539.97596.2826
Yxy39.97590.43130.4915
Hunter Lab63.2265-11.604938.3671
CIE-Lab69.4524-9.668970.0476

#baac0e color RGB value is (186,172,14).

#baac0e hex color red value is 186, green value is 172 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #baac0e hue: 0.15 , saturation: 0.86 and the lightness value of baac0e is 0.39.

The process color (four color CMYK) of #baac0e color hex is 0.00, 0.08, 0.92, 0.27. Web safe color of #baac0e is #cc9900. Color #baac0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00001110
Octal 272 254 16
Decimal 186 172 14
Hex BA AC E

RGB Percentages of Color #baac0e

%50.00
%46.24
%3.76

CMYK Percentages of Color #baac0e

%0
%8
%92
%27

Triadic Colors of #baac0e

#baac0e #0ebaac #ac0eba

Analogous Colors of #baac0e

#baac0e #72ba0e #ba560e

Monochromatic Colors of #baac0e

#baac0e

Complementary Color

#baac0e #0e1cba

#baac0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac0e Color CSS Codes

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

#baac0e Text Font Color

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

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


#baac0e Background Color

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

This div background color is #baac0e


#baac0e Border Color

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

This div border color is #baac0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac0e


Comments

No comments written yet.

Please login to write comment.