Color Hex Logo

#baa726 Color Hex

#BAA726
(186,167,38)
0 Favorites   0 Comments

Color spaces of #baa726

RGB 18616738
HSL0.150.660.44
HSV52°80°73°
CMYK 0.000.100.80   0.27
XYZ34.418338.21657.3962
Yxy38.21650.43010.4775
Hunter Lab61.8195-8.803436.1801
CIE-Lab68.1799-6.458563.5335

#baa726 color RGB value is (186,167,38).

#baa726 hex color red value is 186, green value is 167 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #baa726 hue: 0.15 , saturation: 0.66 and the lightness value of baa726 is 0.44.

The process color (four color CMYK) of #baa726 color hex is 0.00, 0.10, 0.80, 0.27. Web safe color of #baa726 is #cc9933. Color #baa726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00100110
Octal 272 247 46
Decimal 186 167 38
Hex BA A7 26

RGB Percentages of Color #baa726

%47.57
%42.71
%9.72

CMYK Percentages of Color #baa726

%0
%10
%80
%27

Triadic Colors of #baa726

#baa726 #26baa7 #a726ba

Analogous Colors of #baa726

#baa726 #83ba26 #ba5d26

Monochromatic Colors of #baa726

#baa726

Complementary Color

#baa726 #2639ba

#baa726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa726 Color CSS Codes

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

#baa726 Text Font Color

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

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


#baa726 Background Color

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

This div background color is #baa726


#baa726 Border Color

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

This div border color is #baa726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa726


Comments

No comments written yet.

Please login to write comment.