Color Hex Logo

#baaa12 Color Hex

#BAAA12
(186,170,18)
0 Favorites   0 Comments

Color spaces of #baaa12

RGB 18617018
HSL0.150.820.40
HSV54°90°73°
CMYK 0.000.090.90   0.27
XYZ34.733639.23226.3142
Yxy39.23220.43270.4887
Hunter Lab62.6356-10.627937.8680
CIE-Lab68.9191-8.560068.9989

#baaa12 color RGB value is (186,170,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00010010
Octal 272 252 22
Decimal 186 170 18
Hex BA AA 12

RGB Percentages of Color #baaa12

%49.73
%45.45
%4.81

CMYK Percentages of Color #baaa12

%0
%9
%90
%27

Triadic Colors of #baaa12

#baaa12 #12baaa #aa12ba

Analogous Colors of #baaa12

#baaa12 #76ba12 #ba5612

Monochromatic Colors of #baaa12

#baaa12

Complementary Color

#baaa12 #1222ba

#baaa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa12 Color CSS Codes

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

#baaa12 Text Font Color

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

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


#baaa12 Background Color

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

This div background color is #baaa12


#baaa12 Border Color

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

This div border color is #baaa12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,170,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 #baaa12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa12


Comments

No comments written yet.

Please login to write comment.