Color Hex Logo

#baa81f Color Hex

#BAA81F
(186,168,31)
0 Favorites   0 Comments

Color spaces of #baa81f

RGB 18616831
HSL0.150.710.43
HSV53°83°73°
CMYK 0.000.100.83   0.27
XYZ34.499738.54336.9176
Yxy38.54330.43150.4820
Hunter Lab62.0833-9.453136.8519
CIE-Lab68.4191-7.209165.7456

#baa81f color RGB value is (186,168,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00011111
Octal 272 250 37
Decimal 186 168 31
Hex BA A8 1F

RGB Percentages of Color #baa81f

%48.31
%43.64
%8.05

CMYK Percentages of Color #baa81f

%0
%10
%83
%27

Triadic Colors of #baa81f

#baa81f #1fbaa8 #a81fba

Analogous Colors of #baa81f

#baa81f #7fba1f #ba5a1f

Monochromatic Colors of #baa81f

#baa81f

Complementary Color

#baa81f #1f31ba

#baa81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa81f Color CSS Codes

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

#baa81f Text Font Color

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

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


#baa81f Background Color

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

This div background color is #baa81f


#baa81f Border Color

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

This div border color is #baa81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa81f


Comments

No comments written yet.

Please login to write comment.