Color Hex Logo

#baa82f Color Hex

#BAA82F
(186,168,47)
0 Favorites   0 Comments

Color spaces of #baa82f

RGB 18616847
HSL0.150.600.46
HSV52°75°73°
CMYK 0.000.100.75   0.27
XYZ34.765438.64968.3171
Yxy38.64960.42540.4729
Hunter Lab62.1688-8.976535.5862
CIE-Lab68.4967-6.630160.8244

#baa82f color RGB value is (186,168,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00101111
Octal 272 250 57
Decimal 186 168 47
Hex BA A8 2F

RGB Percentages of Color #baa82f

%46.38
%41.90
%11.72

CMYK Percentages of Color #baa82f

%0
%10
%75
%27

Triadic Colors of #baa82f

#baa82f #2fbaa8 #a82fba

Analogous Colors of #baa82f

#baa82f #87ba2f #ba632f

Monochromatic Colors of #baa82f

#baa82f

Complementary Color

#baa82f #2f41ba

#baa82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa82f Color CSS Codes

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

#baa82f Text Font Color

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

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


#baa82f Background Color

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

This div background color is #baa82f


#baa82f Border Color

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

This div border color is #baa82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa82f


Comments

No comments written yet.

Please login to write comment.