Color Hex Logo

#baa92d Color Hex

#BAA92D
(186,169,45)
0 Favorites   0 Comments

Color spaces of #baa92d

RGB 18616945
HSL0.150.610.45
HSV53°76°73°
CMYK 0.000.090.76   0.27
XYZ34.911339.00458.1712
Yxy39.00450.42530.4752
Hunter Lab62.4536-9.513035.9602
CIE-Lab68.7545-7.241961.7681

#baa92d color RGB value is (186,169,45).

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

The process color (four color CMYK) of #baa92d color hex is 0.00, 0.09, 0.76, 0.27. Web safe color of #baa92d is #cc9933. Color #baa92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 00101101
Octal 272 251 55
Decimal 186 169 45
Hex BA A9 2D

RGB Percentages of Color #baa92d

%46.50
%42.25
%11.25

CMYK Percentages of Color #baa92d

%0
%9
%76
%27

Triadic Colors of #baa92d

#baa92d #2dbaa9 #a92dba

Analogous Colors of #baa92d

#baa92d #85ba2d #ba632d

Monochromatic Colors of #baa92d

#baa92d

Complementary Color

#baa92d #2d3eba

#baa92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa92d Color CSS Codes

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

#baa92d Text Font Color

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

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


#baa92d Background Color

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

This div background color is #baa92d


#baa92d Border Color

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

This div border color is #baa92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa92d


Comments

No comments written yet.

Please login to write comment.