Color Hex Logo

#baa916 Color Hex

#BAA916
(186,169,22)
0 Favorites   0 Comments

Color spaces of #baa916

RGB 18616922
HSL0.150.790.41
HSV54°88°73°
CMYK 0.000.090.88   0.27
XYZ34.582538.87306.4396
Yxy38.87300.43280.4866
Hunter Lab62.3482-10.101337.5200
CIE-Lab68.6592-7.958668.0416

#baa916 color RGB value is (186,169,22).

#baa916 hex color red value is 186, green value is 169 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #baa916 hue: 0.15 , saturation: 0.79 and the lightness value of baa916 is 0.41.

The process color (four color CMYK) of #baa916 color hex is 0.00, 0.09, 0.88, 0.27. Web safe color of #baa916 is #cc9900. Color #baa916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 00010110
Octal 272 251 26
Decimal 186 169 22
Hex BA A9 16

RGB Percentages of Color #baa916

%49.34
%44.83
%5.84

CMYK Percentages of Color #baa916

%0
%9
%88
%27

Triadic Colors of #baa916

#baa916 #16baa9 #a916ba

Analogous Colors of #baa916

#baa916 #79ba16 #ba5716

Monochromatic Colors of #baa916

#baa916

Complementary Color

#baa916 #1627ba

#baa916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa916 Color CSS Codes

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

#baa916 Text Font Color

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

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


#baa916 Background Color

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

This div background color is #baa916


#baa916 Border Color

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

This div border color is #baa916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa916


Comments

No comments written yet.

Please login to write comment.