Color Hex Logo

#baa93f Color Hex

#BAA93F
(186,169,63)
0 Favorites   0 Comments

Color spaces of #baa93f

RGB 18616963
HSL0.140.490.49
HSV52°66°73°
CMYK 0.000.090.66   0.27
XYZ35.334939.173910.4016
Yxy39.17390.41610.4614
Hunter Lab62.5891-8.758033.9590
CIE-Lab68.8770-6.327654.9123

#baa93f color RGB value is (186,169,63).

#baa93f hex color red value is 186, green value is 169 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #baa93f hue: 0.14 , saturation: 0.49 and the lightness value of baa93f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 00111111
Octal 272 251 77
Decimal 186 169 63
Hex BA A9 3F

RGB Percentages of Color #baa93f

%44.50
%40.43
%15.07

CMYK Percentages of Color #baa93f

%0
%9
%66
%27

Triadic Colors of #baa93f

#baa93f #3fbaa9 #a93fba

Analogous Colors of #baa93f

#baa93f #8eba3f #ba6c3f

Monochromatic Colors of #baa93f

#baa93f

Complementary Color

#baa93f #3f50ba

#baa93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa93f Color CSS Codes

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

#baa93f Text Font Color

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

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


#baa93f Background Color

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

This div background color is #baa93f


#baa93f Border Color

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

This div border color is #baa93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa93f


Comments

No comments written yet.

Please login to write comment.