Color Hex Logo

#baa970 Color Hex

#BAA970
(186,169,112)
0 Favorites   0 Comments

Color spaces of #baa970

RGB 186169112
HSL0.130.350.58
HSV46°40°73°
CMYK 0.000.090.40   0.27
XYZ37.362339.984921.0779
Yxy39.98490.37960.4062
Hunter Lab63.2336-5.190124.5002
CIE-Lab69.4588-2.086531.6465

#baa970 color RGB value is (186,169,112).

#baa970 hex color red value is 186, green value is 169 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #baa970 hue: 0.13 , saturation: 0.35 and the lightness value of baa970 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01110000
Octal 272 251 160
Decimal 186 169 112
Hex BA A9 70

RGB Percentages of Color #baa970

%39.83
%36.19
%23.98

CMYK Percentages of Color #baa970

%0
%9
%40
%27

Triadic Colors of #baa970

#baa970 #70baa9 #a970ba

Analogous Colors of #baa970

#baa970 #a6ba70 #ba8470

Monochromatic Colors of #baa970

#baa970

Complementary Color

#baa970 #7081ba

#baa970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa970 Color CSS Codes

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

#baa970 Text Font Color

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

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


#baa970 Background Color

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

This div background color is #baa970


#baa970 Border Color

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

This div border color is #baa970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa970


Comments

No comments written yet.

Please login to write comment.