Color Hex Logo

#b3aaa9 Color Hex

#B3AAA9
(179,170,169)
0 Favorites   0 Comments

Color spaces of #b3aaa9

RGB 179170169
HSL0.020.060.68
HSV70°
CMYK 0.000.050.06   0.30
XYZ40.126641.197743.3732
Yxy41.19770.32180.3304
Hunter Lab64.1854-0.73224.8647
CIE-Lab70.31423.04531.6596

#b3aaa9 color RGB value is (179,170,169).

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

The process color (four color CMYK) of #b3aaa9 color hex is 0.00, 0.05, 0.06, 0.30. Web safe color of #b3aaa9 is #cc9999. Color #b3aaa9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 10101001
Octal 263 252 251
Decimal 179 170 169
Hex B3 AA A9

RGB Percentages of Color #b3aaa9

%34.56
%32.82
%32.63

CMYK Percentages of Color #b3aaa9

%0
%5
%6
%30

Triadic Colors of #b3aaa9

#b3aaa9 #a9b3aa #aaa9b3

Analogous Colors of #b3aaa9

#b3aaa9 #b3afa9 #b3a9ad

Monochromatic Colors of #b3aaa9

#b3aaa9

Complementary Color

#b3aaa9 #a9b2b3

#b3aaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aaa9 Color CSS Codes

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

#b3aaa9 Text Font Color

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

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


#b3aaa9 Background Color

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

This div background color is #b3aaa9


#b3aaa9 Border Color

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

This div border color is #b3aaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aaa9


Comments

No comments written yet.

Please login to write comment.