Color Hex Logo

#baaa4f Color Hex

#BAAA4F
(186,170,79)
0 Favorites   0 Comments

Color spaces of #baaa4f

RGB 18617079
HSL0.140.440.52
HSV51°58°73°
CMYK 0.000.090.58   0.27
XYZ36.035739.753113.1710
Yxy39.75310.40510.4469
Hunter Lab63.0501-8.317531.7495
CIE-Lab69.2933-5.760648.1453

#baaa4f color RGB value is (186,170,79).

#baaa4f hex color red value is 186, green value is 170 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #baaa4f hue: 0.14 , saturation: 0.44 and the lightness value of baaa4f is 0.52.

The process color (four color CMYK) of #baaa4f color hex is 0.00, 0.09, 0.58, 0.27. Web safe color of #baaa4f is #cc9966. Color #baaa4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01001111
Octal 272 252 117
Decimal 186 170 79
Hex BA AA 4F

RGB Percentages of Color #baaa4f

%42.76
%39.08
%18.16

CMYK Percentages of Color #baaa4f

%0
%9
%58
%27

Triadic Colors of #baaa4f

#baaa4f #4fbaaa #aa4fba

Analogous Colors of #baaa4f

#baaa4f #95ba4f #ba754f

Monochromatic Colors of #baaa4f

#baaa4f

Complementary Color

#baaa4f #4f5fba

#baaa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa4f Color CSS Codes

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

#baaa4f Text Font Color

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

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


#baaa4f Background Color

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

This div background color is #baaa4f


#baaa4f Border Color

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

This div border color is #baaa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa4f


Comments

No comments written yet.

Please login to write comment.