Color Hex Logo

#baa650 Color Hex

#BAA650
(186,166,80)
0 Favorites   0 Comments

Color spaces of #baa650

RGB 18616680
HSL0.140.430.52
HSV49°57°73°
CMYK 0.000.110.57   0.27
XYZ35.333938.290713.1180
Yxy38.29070.40730.4414
Hunter Lab61.8795-6.363530.7466
CIE-Lab68.2343-3.560646.4523

#baa650 color RGB value is (186,166,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01010000
Octal 272 246 120
Decimal 186 166 80
Hex BA A6 50

RGB Percentages of Color #baa650

%43.06
%38.43
%18.52

CMYK Percentages of Color #baa650

%0
%11
%57
%27

Triadic Colors of #baa650

#baa650 #50baa6 #a650ba

Analogous Colors of #baa650

#baa650 #99ba50 #ba7150

Monochromatic Colors of #baa650

#baa650

Complementary Color

#baa650 #5064ba

#baa650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa650 Color CSS Codes

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

#baa650 Text Font Color

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

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


#baa650 Background Color

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

This div background color is #baa650


#baa650 Border Color

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

This div border color is #baa650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa650


Comments

No comments written yet.

Please login to write comment.