Color Hex Logo

#baa642 Color Hex

#BAA642
(186,166,66)
0 Favorites   0 Comments

Color spaces of #baa642

RGB 18616666
HSL0.140.480.49
HSV50°65°73°
CMYK 0.000.110.65   0.27
XYZ34.869338.104910.6714
Yxy38.10490.41690.4556
Hunter Lab61.7292-7.195732.9607
CIE-Lab68.0979-4.555152.7851

#baa642 color RGB value is (186,166,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01000010
Octal 272 246 102
Decimal 186 166 66
Hex BA A6 42

RGB Percentages of Color #baa642

%44.50
%39.71
%15.79

CMYK Percentages of Color #baa642

%0
%11
%65
%27

Triadic Colors of #baa642

#baa642 #42baa6 #a642ba

Analogous Colors of #baa642

#baa642 #92ba42 #ba6a42

Monochromatic Colors of #baa642

#baa642

Complementary Color

#baa642 #4256ba

#baa642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa642 Color CSS Codes

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

#baa642 Text Font Color

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

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


#baa642 Background Color

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

This div background color is #baa642


#baa642 Border Color

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

This div border color is #baa642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa642


Comments

No comments written yet.

Please login to write comment.