Color Hex Logo

#baa010 Color Hex

#BAA010
(186,160,16)
0 Favorites   0 Comments

Color spaces of #baa010

RGB 18616016
HSL0.140.840.40
HSV51°91°73°
CMYK 0.000.140.91   0.27
XYZ32.914035.61815.6304
Yxy35.61810.44380.4803
Hunter Lab59.6809-5.998936.1831
CIE-Lab66.2271-3.311067.2594

#baa010 color RGB value is (186,160,16).

#baa010 hex color red value is 186, green value is 160 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #baa010 hue: 0.14 , saturation: 0.84 and the lightness value of baa010 is 0.40.

The process color (four color CMYK) of #baa010 color hex is 0.00, 0.14, 0.91, 0.27. Web safe color of #baa010 is #cc9900. Color #baa010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00010000
Octal 272 240 20
Decimal 186 160 16
Hex BA A0 10

RGB Percentages of Color #baa010

%51.38
%44.20
%4.42

CMYK Percentages of Color #baa010

%0
%14
%91
%27

Triadic Colors of #baa010

#baa010 #10baa0 #a010ba

Analogous Colors of #baa010

#baa010 #7fba10 #ba4b10

Monochromatic Colors of #baa010

#baa010

Complementary Color

#baa010 #102aba

#baa010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa010 Color CSS Codes

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

#baa010 Text Font Color

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

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


#baa010 Background Color

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

This div background color is #baa010


#baa010 Border Color

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

This div border color is #baa010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa010


Comments

No comments written yet.

Please login to write comment.