Color Hex Logo

#baa932 Color Hex

#BAA932
(186,169,50)
0 Favorites   0 Comments

Color spaces of #baa932

RGB 18616950
HSL0.150.580.46
HSV53°73°73°
CMYK 0.000.090.73   0.27
XYZ35.013439.04538.7087
Yxy39.04530.42300.4717
Hunter Lab62.4862-9.330635.4771
CIE-Lab68.7841-7.020560.0084

#baa932 color RGB value is (186,169,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 00110010
Octal 272 251 62
Decimal 186 169 50
Hex BA A9 32

RGB Percentages of Color #baa932

%45.93
%41.73
%12.35

CMYK Percentages of Color #baa932

%0
%9
%73
%27

Triadic Colors of #baa932

#baa932 #32baa9 #a932ba

Analogous Colors of #baa932

#baa932 #87ba32 #ba6532

Monochromatic Colors of #baa932

#baa932

Complementary Color

#baa932 #3243ba

#baa932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa932 Color CSS Codes

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

#baa932 Text Font Color

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

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


#baa932 Background Color

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

This div background color is #baa932


#baa932 Border Color

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

This div border color is #baa932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa932


Comments

No comments written yet.

Please login to write comment.