Color Hex Logo

#baa01c Color Hex

#BAA01C
(186,160,28)
0 Favorites   0 Comments

Color spaces of #baa01c

RGB 18616028
HSL0.140.740.42
HSV50°85°73°
CMYK 0.000.140.85   0.27
XYZ33.030135.66466.2417
Yxy35.66460.44080.4759
Hunter Lab59.7198-5.784235.6071
CIE-Lab66.2629-3.052864.7165

#baa01c color RGB value is (186,160,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00011100
Octal 272 240 34
Decimal 186 160 28
Hex BA A0 1C

RGB Percentages of Color #baa01c

%49.73
%42.78
%7.49

CMYK Percentages of Color #baa01c

%0
%14
%85
%27

Triadic Colors of #baa01c

#baa01c #1cbaa0 #a01cba

Analogous Colors of #baa01c

#baa01c #85ba1c #ba511c

Monochromatic Colors of #baa01c

#baa01c

Complementary Color

#baa01c #1c36ba

#baa01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa01c Color CSS Codes

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

#baa01c Text Font Color

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

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


#baa01c Background Color

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

This div background color is #baa01c


#baa01c Border Color

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

This div border color is #baa01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa01c


Comments

No comments written yet.

Please login to write comment.