Color Hex Logo

#baa870 Color Hex

#BAA870
(186,168,112)
0 Favorites   0 Comments

Color spaces of #baa870

RGB 186168112
HSL0.130.350.58
HSV45°40°73°
CMYK 0.000.100.40   0.27
XYZ37.177039.614221.0161
Yxy39.61420.38010.4050
Hunter Lab62.9398-4.709124.2605
CIE-Lab69.1939-1.551131.3029

#baa870 color RGB value is (186,168,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 01110000
Octal 272 250 160
Decimal 186 168 112
Hex BA A8 70

RGB Percentages of Color #baa870

%39.91
%36.05
%24.03

CMYK Percentages of Color #baa870

%0
%10
%40
%27

Triadic Colors of #baa870

#baa870 #70baa8 #a870ba

Analogous Colors of #baa870

#baa870 #a7ba70 #ba8370

Monochromatic Colors of #baa870

#baa870

Complementary Color

#baa870 #7082ba

#baa870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa870 Color CSS Codes

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

#baa870 Text Font Color

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

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


#baa870 Background Color

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

This div background color is #baa870


#baa870 Border Color

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

This div border color is #baa870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa870


Comments

No comments written yet.

Please login to write comment.