Color Hex Logo

#baa60f Color Hex

#BAA60F
(186,166,15)
0 Favorites   0 Comments

Color spaces of #baa60f

RGB 18616615
HSL0.150.850.39
HSV53°92°73°
CMYK 0.000.110.92   0.27
XYZ33.972137.74605.9471
Yxy37.74600.43740.4860
Hunter Lab61.4378-8.814337.2672
CIE-Lab67.8330-6.510168.6565

#baa60f color RGB value is (186,166,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00001111
Octal 272 246 17
Decimal 186 166 15
Hex BA A6 F

RGB Percentages of Color #baa60f

%50.68
%45.23
%4.09

CMYK Percentages of Color #baa60f

%0
%11
%92
%27

Triadic Colors of #baa60f

#baa60f #0fbaa6 #a60fba

Analogous Colors of #baa60f

#baa60f #79ba0f #ba510f

Monochromatic Colors of #baa60f

#baa60f

Complementary Color

#baa60f #0f23ba

#baa60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa60f Color CSS Codes

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

#baa60f Text Font Color

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

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


#baa60f Background Color

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

This div background color is #baa60f


#baa60f Border Color

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

This div border color is #baa60f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,166,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 #baa60f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa60f


Comments

No comments written yet.

Please login to write comment.