Color Hex Logo

#baa81a Color Hex

#BAA81A
(186,168,26)
0 Favorites   0 Comments

Color spaces of #baa81a

RGB 18616826
HSL0.150.750.42
HSV53°86°73°
CMYK 0.000.100.86   0.27
XYZ34.438838.51896.5971
Yxy38.51890.43290.4842
Hunter Lab62.0636-9.562537.1422
CIE-Lab68.4013-7.342366.9669

#baa81a color RGB value is (186,168,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00011010
Octal 272 250 32
Decimal 186 168 26
Hex BA A8 1A

RGB Percentages of Color #baa81a

%48.95
%44.21
%6.84

CMYK Percentages of Color #baa81a

%0
%10
%86
%27

Triadic Colors of #baa81a

#baa81a #1abaa8 #a81aba

Analogous Colors of #baa81a

#baa81a #7cba1a #ba581a

Monochromatic Colors of #baa81a

#baa81a

Complementary Color

#baa81a #1a2cba

#baa81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa81a Color CSS Codes

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

#baa81a Text Font Color

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

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


#baa81a Background Color

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

This div background color is #baa81a


#baa81a Border Color

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

This div border color is #baa81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa81a


Comments

No comments written yet.

Please login to write comment.