Color Hex Logo

#baaaa0 Color Hex

#BAAAA0
(186,170,160)
0 Favorites   0 Comments

Color spaces of #baaaa0

RGB 186170160
HSL0.060.160.68
HSV23°14°73°
CMYK 0.000.090.14   0.27
XYZ40.969641.726639.1524
Yxy41.72660.33620.3424
Hunter Lab64.59610.16909.2810
CIE-Lab70.68204.06847.2311

#baaaa0 color RGB value is (186,170,160).

#baaaa0 hex color red value is 186, green value is 170 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #baaaa0 hue: 0.06 , saturation: 0.16 and the lightness value of baaaa0 is 0.68.

The process color (four color CMYK) of #baaaa0 color hex is 0.00, 0.09, 0.14, 0.27. Web safe color of #baaaa0 is #cc9999. Color #baaaa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10100000
Octal 272 252 240
Decimal 186 170 160
Hex BA AA A0

RGB Percentages of Color #baaaa0

%36.05
%32.95
%31.01

CMYK Percentages of Color #baaaa0

%0
%9
%14
%27

Triadic Colors of #baaaa0

#baaaa0 #a0baaa #aaa0ba

Analogous Colors of #baaaa0

#baaaa0 #bab7a0 #baa0a3

Monochromatic Colors of #baaaa0

#baaaa0

Complementary Color

#baaaa0 #a0b0ba

#baaaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaaa0 Color CSS Codes

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

#baaaa0 Text Font Color

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

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


#baaaa0 Background Color

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

This div background color is #baaaa0


#baaaa0 Border Color

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

This div border color is #baaaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaaa0


Comments

No comments written yet.

Please login to write comment.