Color Hex Logo

#baa556 Color Hex

#BAA556
(186,165,86)
0 Favorites   0 Comments

Color spaces of #baa556

RGB 18616586
HSL0.130.420.53
HSV47°54°73°
CMYK 0.000.110.54   0.27
XYZ35.384538.021314.2780
Yxy38.02130.40350.4336
Hunter Lab61.6614-5.475029.4341
CIE-Lab68.0363-2.535643.2811

#baa556 color RGB value is (186,165,86).

#baa556 hex color red value is 186, green value is 165 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #baa556 hue: 0.13 , saturation: 0.42 and the lightness value of baa556 is 0.53.

The process color (four color CMYK) of #baa556 color hex is 0.00, 0.11, 0.54, 0.27. Web safe color of #baa556 is #cc9966. Color #baa556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 01010110
Octal 272 245 126
Decimal 186 165 86
Hex BA A5 56

RGB Percentages of Color #baa556

%42.56
%37.76
%19.68

CMYK Percentages of Color #baa556

%0
%11
%54
%27

Triadic Colors of #baa556

#baa556 #56baa5 #a556ba

Analogous Colors of #baa556

#baa556 #9dba56 #ba7356

Monochromatic Colors of #baa556

#baa556

Complementary Color

#baa556 #566bba

#baa556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa556 Color CSS Codes

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

#baa556 Text Font Color

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

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


#baa556 Background Color

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

This div background color is #baa556


#baa556 Border Color

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

This div border color is #baa556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa556


Comments

No comments written yet.

Please login to write comment.