Color Hex Logo

#baa600 Color Hex

#BAA600
(186,166,0)
0 Favorites   0 Comments

Color spaces of #baa600

RGB 1861660
HSL0.151.000.36
HSV54°100°73°
CMYK 0.000.111.00   0.27
XYZ33.885937.71155.4931
Yxy37.71150.43960.4892
Hunter Lab61.4097-8.970637.6833
CIE-Lab67.8074-6.700470.5948

#baa600 color RGB value is (186,166,0).

#baa600 hex color red value is 186, green value is 166 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #baa600 hue: 0.15 , saturation: 1.00 and the lightness value of baa600 is 0.36.

The process color (four color CMYK) of #baa600 color hex is 0.00, 0.11, 1.00, 0.27. Web safe color of #baa600 is #cc9900. Color #baa600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00000000
Octal 272 246 0
Decimal 186 166 0
Hex BA A6 0

RGB Percentages of Color #baa600

%52.84
%47.16
%0.00

CMYK Percentages of Color #baa600

%0
%11
%100
%27

Triadic Colors of #baa600

#baa600 #00baa6 #a600ba

Analogous Colors of #baa600

#baa600 #71ba00 #ba4900

Monochromatic Colors of #baa600

#baa600

Complementary Color

#baa600 #0014ba

#baa600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa600 Color CSS Codes

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

#baa600 Text Font Color

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

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


#baa600 Background Color

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

This div background color is #baa600


#baa600 Border Color

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

This div border color is #baa600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa600


Comments

No comments written yet.

Please login to write comment.