Color Hex Logo

#baaa73 Color Hex

#BAAA73
(186,170,115)
0 Favorites   0 Comments

Color spaces of #baaa73

RGB 186170115
HSL0.130.340.59
HSV46°38°73°
CMYK 0.000.090.38   0.27
XYZ37.718940.426422.0347
Yxy40.42640.37650.4035
Hunter Lab63.5818-5.375723.9599
CIE-Lab69.7722-2.275730.4621

#baaa73 color RGB value is (186,170,115).

#baaa73 hex color red value is 186, green value is 170 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #baaa73 hue: 0.13 , saturation: 0.34 and the lightness value of baaa73 is 0.59.

The process color (four color CMYK) of #baaa73 color hex is 0.00, 0.09, 0.38, 0.27. Web safe color of #baaa73 is #cc9966. Color #baaa73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01110011
Octal 272 252 163
Decimal 186 170 115
Hex BA AA 73

RGB Percentages of Color #baaa73

%39.49
%36.09
%24.42

CMYK Percentages of Color #baaa73

%0
%9
%38
%27

Triadic Colors of #baaa73

#baaa73 #73baaa #aa73ba

Analogous Colors of #baaa73

#baaa73 #a7ba73 #ba8773

Monochromatic Colors of #baaa73

#baaa73

Complementary Color

#baaa73 #7383ba

#baaa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa73 Color CSS Codes

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

#baaa73 Text Font Color

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

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


#baaa73 Background Color

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

This div background color is #baaa73


#baaa73 Border Color

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

This div border color is #baaa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa73


Comments

No comments written yet.

Please login to write comment.