Color Hex Logo

#baa50f Color Hex

#BAA50F
(186,165,15)
0 Favorites   0 Comments

Color spaces of #baa50f

RGB 18616515
HSL0.150.850.39
HSV53°92°73°
CMYK 0.000.110.92   0.27
XYZ33.791137.38395.8868
Yxy37.38390.43850.4851
Hunter Lab61.1424-8.348937.0912
CIE-Lab67.5641-5.982268.4502

#baa50f color RGB value is (186,165,15).

#baa50f hex color red value is 186, green value is 165 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #baa50f hue: 0.15 , saturation: 0.85 and the lightness value of baa50f is 0.39.

The process color (four color CMYK) of #baa50f color hex is 0.00, 0.11, 0.92, 0.27. Web safe color of #baa50f is #cc9900. Color #baa50f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 00001111
Octal 272 245 17
Decimal 186 165 15
Hex BA A5 F

RGB Percentages of Color #baa50f

%50.82
%45.08
%4.10

CMYK Percentages of Color #baa50f

%0
%11
%92
%27

Triadic Colors of #baa50f

#baa50f #0fbaa5 #a50fba

Analogous Colors of #baa50f

#baa50f #7aba0f #ba4f0f

Monochromatic Colors of #baa50f

#baa50f

Complementary Color

#baa50f #0f24ba

#baa50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa50f Color CSS Codes

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

#baa50f Text Font Color

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

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


#baa50f Background Color

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

This div background color is #baa50f


#baa50f Border Color

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

This div border color is #baa50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa50f


Comments

No comments written yet.

Please login to write comment.