Color Hex Logo

#baa770 Color Hex

#BAA770
(186,167,112)
0 Favorites   0 Comments

Color spaces of #baa770

RGB 186167112
HSL0.120.350.58
HSV45°40°73°
CMYK 0.000.100.40   0.27
XYZ36.993039.246420.9548
Yxy39.24640.38060.4038
Hunter Lab62.6469-4.228024.0209
CIE-Lab68.9294-1.015330.9594

#baa770 color RGB value is (186,167,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 01110000
Octal 272 247 160
Decimal 186 167 112
Hex BA A7 70

RGB Percentages of Color #baa770

%40.00
%35.91
%24.09

CMYK Percentages of Color #baa770

%0
%10
%40
%27

Triadic Colors of #baa770

#baa770 #70baa7 #a770ba

Analogous Colors of #baa770

#baa770 #a8ba70 #ba8270

Monochromatic Colors of #baa770

#baa770

Complementary Color

#baa770 #7083ba

#baa770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa770 Color CSS Codes

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

#baa770 Text Font Color

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

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


#baa770 Background Color

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

This div background color is #baa770


#baa770 Border Color

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

This div border color is #baa770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa770


Comments

No comments written yet.

Please login to write comment.