Color Hex Logo

#baa863 Color Hex

#BAA863
(186,168,99)
0 Favorites   0 Comments

Color spaces of #baa863

RGB 18616899
HSL0.130.390.56
HSV48°47°73°
CMYK 0.000.100.47   0.27
XYZ36.504539.345217.4748
Yxy39.34520.39120.4216
Hunter Lab62.7258-5.888427.3904
CIE-Lab69.0006-2.936337.8650

#baa863 color RGB value is (186,168,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 01100011
Octal 272 250 143
Decimal 186 168 99
Hex BA A8 63

RGB Percentages of Color #baa863

%41.06
%37.09
%21.85

CMYK Percentages of Color #baa863

%0
%10
%47
%27

Triadic Colors of #baa863

#baa863 #63baa8 #a863ba

Analogous Colors of #baa863

#baa863 #a1ba63 #ba7d63

Monochromatic Colors of #baa863

#baa863

Complementary Color

#baa863 #6375ba

#baa863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa863 Color CSS Codes

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

#baa863 Text Font Color

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

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


#baa863 Background Color

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

This div background color is #baa863


#baa863 Border Color

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

This div border color is #baa863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa863


Comments

No comments written yet.

Please login to write comment.