Color Hex Logo

#baa02f Color Hex

#BAA02F
(186,160,47)
0 Favorites   0 Comments

Color spaces of #baa02f

RGB 18616047
HSL0.140.600.46
HSV49°75°73°
CMYK 0.000.140.75   0.27
XYZ33.333635.78607.8398
Yxy35.78600.43310.4650
Hunter Lab59.8214-5.223934.1048
CIE-Lab66.3561-2.381358.7891

#baa02f color RGB value is (186,160,47).

#baa02f hex color red value is 186, green value is 160 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #baa02f hue: 0.14 , saturation: 0.60 and the lightness value of baa02f is 0.46.

The process color (four color CMYK) of #baa02f color hex is 0.00, 0.14, 0.75, 0.27. Web safe color of #baa02f is #cc9933. Color #baa02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00101111
Octal 272 240 57
Decimal 186 160 47
Hex BA A0 2F

RGB Percentages of Color #baa02f

%47.33
%40.71
%11.96

CMYK Percentages of Color #baa02f

%0
%14
%75
%27

Triadic Colors of #baa02f

#baa02f #2fbaa0 #a02fba

Analogous Colors of #baa02f

#baa02f #8fba2f #ba5b2f

Monochromatic Colors of #baa02f

#baa02f

Complementary Color

#baa02f #2f49ba

#baa02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa02f Color CSS Codes

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

#baa02f Text Font Color

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

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


#baa02f Background Color

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

This div background color is #baa02f


#baa02f Border Color

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

This div border color is #baa02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa02f


Comments

No comments written yet.

Please login to write comment.