Color Hex Logo

#baac1c Color Hex

#BAAC1C
(186,172,28)
0 Favorites   0 Comments

Color spaces of #baac1c

RGB 18617228
HSL0.150.740.42
HSV55°85°73°
CMYK 0.000.080.85   0.27
XYZ35.211840.02806.9689
Yxy40.02800.42830.4869
Hunter Lab63.2677-11.373837.7566
CIE-Lab69.4895-9.385367.3942

#baac1c color RGB value is (186,172,28).

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

The process color (four color CMYK) of #baac1c color hex is 0.00, 0.08, 0.85, 0.27. Web safe color of #baac1c is #cc9933. Color #baac1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00011100
Octal 272 254 34
Decimal 186 172 28
Hex BA AC 1C

RGB Percentages of Color #baac1c

%48.19
%44.56
%7.25

CMYK Percentages of Color #baac1c

%0
%8
%85
%27

Triadic Colors of #baac1c

#baac1c #1cbaac #ac1cba

Analogous Colors of #baac1c

#baac1c #79ba1c #ba5d1c

Monochromatic Colors of #baac1c

#baac1c

Complementary Color

#baac1c #1c2aba

#baac1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac1c Color CSS Codes

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

#baac1c Text Font Color

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

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


#baac1c Background Color

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

This div background color is #baac1c


#baac1c Border Color

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

This div border color is #baac1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac1c


Comments

No comments written yet.

Please login to write comment.