Color Hex Logo

#baa042 Color Hex

#BAA042
(186,160,66)
0 Favorites   0 Comments

Color spaces of #baa042

RGB 18616066
HSL0.130.480.49
HSV47°65°73°
CMYK 0.000.140.65   0.27
XYZ33.803935.974110.3163
Yxy35.97410.42210.4491
Hunter Lab59.9784-4.359431.7870
CIE-Lab66.5001-1.351651.0647

#baa042 color RGB value is (186,160,66).

#baa042 hex color red value is 186, green value is 160 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #baa042 hue: 0.13 , saturation: 0.48 and the lightness value of baa042 is 0.49.

The process color (four color CMYK) of #baa042 color hex is 0.00, 0.14, 0.65, 0.27. Web safe color of #baa042 is #cc9933. Color #baa042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 01000010
Octal 272 240 102
Decimal 186 160 66
Hex BA A0 42

RGB Percentages of Color #baa042

%45.15
%38.83
%16.02

CMYK Percentages of Color #baa042

%0
%14
%65
%27

Triadic Colors of #baa042

#baa042 #42baa0 #a042ba

Analogous Colors of #baa042

#baa042 #98ba42 #ba6442

Monochromatic Colors of #baa042

#baa042

Complementary Color

#baa042 #425cba

#baa042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa042 Color CSS Codes

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

#baa042 Text Font Color

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

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


#baa042 Background Color

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

This div background color is #baa042


#baa042 Border Color

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

This div border color is #baa042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa042


Comments

No comments written yet.

Please login to write comment.