Color Hex Logo

#baa63f Color Hex

#BAA63F
(186,166,63)
0 Favorites   0 Comments

Color spaces of #baa63f

RGB 18616663
HSL0.140.490.49
HSV50°66°73°
CMYK 0.000.110.66   0.27
XYZ34.783138.070410.2177
Yxy38.07040.41870.4583
Hunter Lab61.7012-7.350533.3724
CIE-Lab68.0725-4.740954.0671

#baa63f color RGB value is (186,166,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00111111
Octal 272 246 77
Decimal 186 166 63
Hex BA A6 3F

RGB Percentages of Color #baa63f

%44.82
%40.00
%15.18

CMYK Percentages of Color #baa63f

%0
%11
%66
%27

Triadic Colors of #baa63f

#baa63f #3fbaa6 #a63fba

Analogous Colors of #baa63f

#baa63f #91ba3f #ba693f

Monochromatic Colors of #baa63f

#baa63f

Complementary Color

#baa63f #3f53ba

#baa63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa63f Color CSS Codes

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

#baa63f Text Font Color

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

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


#baa63f Background Color

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

This div background color is #baa63f


#baa63f Border Color

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

This div border color is #baa63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa63f


Comments

No comments written yet.

Please login to write comment.