Color Hex Logo

#baa31f Color Hex

#BAA31F
(186,163,31)
0 Favorites   0 Comments

Color spaces of #baa31f

RGB 18616331
HSL0.140.710.43
HSV51°83°73°
CMYK 0.000.120.83   0.27
XYZ33.594236.73246.6158
Yxy36.73240.43660.4774
Hunter Lab60.6073-7.121335.9531
CIE-Lab67.0758-4.566964.6073

#baa31f color RGB value is (186,163,31).

#baa31f hex color red value is 186, green value is 163 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #baa31f hue: 0.14 , saturation: 0.71 and the lightness value of baa31f is 0.43.

The process color (four color CMYK) of #baa31f color hex is 0.00, 0.12, 0.83, 0.27. Web safe color of #baa31f is #cc9933. Color #baa31f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00011111
Octal 272 243 37
Decimal 186 163 31
Hex BA A3 1F

RGB Percentages of Color #baa31f

%48.95
%42.89
%8.16

CMYK Percentages of Color #baa31f

%0
%12
%83
%27

Triadic Colors of #baa31f

#baa31f #1fbaa3 #a31fba

Analogous Colors of #baa31f

#baa31f #84ba1f #ba551f

Monochromatic Colors of #baa31f

#baa31f

Complementary Color

#baa31f #1f36ba

#baa31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa31f Color CSS Codes

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

#baa31f Text Font Color

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

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


#baa31f Background Color

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

This div background color is #baa31f


#baa31f Border Color

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

This div border color is #baa31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa31f


Comments

No comments written yet.

Please login to write comment.