Color Hex Logo

#baaa63 Color Hex

#BAAA63
(186,170,99)
0 Favorites   0 Comments

Color spaces of #baaa63

RGB 18617099
HSL0.140.390.56
HSV49°47°73°
CMYK 0.000.090.47   0.27
XYZ36.876640.089417.5988
Yxy40.08940.39000.4239
Hunter Lab63.3162-6.841427.8416
CIE-Lab69.5332-4.001138.5267

#baaa63 color RGB value is (186,170,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01100011
Octal 272 252 143
Decimal 186 170 99
Hex BA AA 63

RGB Percentages of Color #baaa63

%40.88
%37.36
%21.76

CMYK Percentages of Color #baaa63

%0
%9
%47
%27

Triadic Colors of #baaa63

#baaa63 #63baaa #aa63ba

Analogous Colors of #baaa63

#baaa63 #9fba63 #ba7f63

Monochromatic Colors of #baaa63

#baaa63

Complementary Color

#baaa63 #6373ba

#baaa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa63 Color CSS Codes

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

#baaa63 Text Font Color

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

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


#baaa63 Background Color

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

This div background color is #baaa63


#baaa63 Border Color

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

This div border color is #baaa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa63


Comments

No comments written yet.

Please login to write comment.