Color Hex Logo

#baa101 Color Hex

#BAA101
(186,161,1)
0 Favorites   0 Comments

Color spaces of #baa101

RGB 1861611
HSL0.140.990.37
HSV52°99°73°
CMYK 0.000.130.99   0.27
XYZ33.000035.93105.2248
Yxy35.93100.44500.4845
Hunter Lab59.9425-6.630136.7918
CIE-Lab66.4672-4.040369.5073

#baa101 color RGB value is (186,161,1).

#baa101 hex color red value is 186, green value is 161 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #baa101 hue: 0.14 , saturation: 0.99 and the lightness value of baa101 is 0.37.

The process color (four color CMYK) of #baa101 color hex is 0.00, 0.13, 0.99, 0.27. Web safe color of #baa101 is #cc9900. Color #baa101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 00000001
Octal 272 241 1
Decimal 186 161 1
Hex BA A1 1

RGB Percentages of Color #baa101

%53.45
%46.26
%0.29

CMYK Percentages of Color #baa101

%0
%13
%99
%27

Triadic Colors of #baa101

#baa101 #01baa1 #a101ba

Analogous Colors of #baa101

#baa101 #77ba01 #ba4501

Monochromatic Colors of #baa101

#baa101

Complementary Color

#baa101 #011aba

#baa101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa101 Color CSS Codes

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

#baa101 Text Font Color

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

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


#baa101 Background Color

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

This div background color is #baa101


#baa101 Border Color

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

This div border color is #baa101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa101


Comments

No comments written yet.

Please login to write comment.