Color Hex Logo

#baa112 Color Hex

#BAA112
(186,161,18)
0 Favorites   0 Comments

Color spaces of #baa112

RGB 18616118
HSL0.140.820.40
HSV51°90°73°
CMYK 0.000.130.90   0.27
XYZ33.103835.97255.7709
Yxy35.97250.44230.4806
Hunter Lab59.9771-6.438436.2792
CIE-Lab66.4989-3.809067.1133

#baa112 color RGB value is (186,161,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 00010010
Octal 272 241 22
Decimal 186 161 18
Hex BA A1 12

RGB Percentages of Color #baa112

%50.96
%44.11
%4.93

CMYK Percentages of Color #baa112

%0
%13
%90
%27

Triadic Colors of #baa112

#baa112 #12baa1 #a112ba

Analogous Colors of #baa112

#baa112 #7fba12 #ba4d12

Monochromatic Colors of #baa112

#baa112

Complementary Color

#baa112 #122bba

#baa112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa112 Color CSS Codes

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

#baa112 Text Font Color

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

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


#baa112 Background Color

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

This div background color is #baa112


#baa112 Border Color

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

This div border color is #baa112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa112


Comments

No comments written yet.

Please login to write comment.