Color Hex Logo

#baa651 Color Hex

#BAA651
(186,166,81)
0 Favorites   0 Comments

Color spaces of #baa651

RGB 18616681
HSL0.130.430.52
HSV49°56°73°
CMYK 0.000.110.56   0.27
XYZ35.371138.305613.3140
Yxy38.30560.40660.4403
Hunter Lab61.8915-6.297130.5697
CIE-Lab68.2452-3.481645.9816

#baa651 color RGB value is (186,166,81).

#baa651 hex color red value is 186, green value is 166 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #baa651 hue: 0.13 , saturation: 0.43 and the lightness value of baa651 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01010001
Octal 272 246 121
Decimal 186 166 81
Hex BA A6 51

RGB Percentages of Color #baa651

%42.96
%38.34
%18.71

CMYK Percentages of Color #baa651

%0
%11
%56
%27

Triadic Colors of #baa651

#baa651 #51baa6 #a651ba

Analogous Colors of #baa651

#baa651 #9aba51 #ba7251

Monochromatic Colors of #baa651

#baa651

Complementary Color

#baa651 #5165ba

#baa651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa651 Color CSS Codes

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

#baa651 Text Font Color

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

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


#baa651 Background Color

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

This div background color is #baa651


#baa651 Border Color

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

This div border color is #baa651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa651


Comments

No comments written yet.

Please login to write comment.