Color Hex Logo

#b2aaa1 Color Hex

#B2AAA1
(178,170,161)
0 Favorites   0 Comments

Color spaces of #b2aaa1

RGB 178170161
HSL0.090.100.66
HSV32°10°70°
CMYK 0.000.040.10   0.30
XYZ39.167840.787639.5266
Yxy40.78760.32780.3414
Hunter Lab63.8652-2.29208.0106
CIE-Lab70.02691.27235.6498

#b2aaa1 color RGB value is (178,170,161).

#b2aaa1 hex color red value is 178, green value is 170 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b2aaa1 hue: 0.09 , saturation: 0.10 and the lightness value of b2aaa1 is 0.66.

The process color (four color CMYK) of #b2aaa1 color hex is 0.00, 0.04, 0.10, 0.30. Web safe color of #b2aaa1 is #999999. Color #b2aaa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 10100001
Octal 262 252 241
Decimal 178 170 161
Hex B2 AA A1

RGB Percentages of Color #b2aaa1

%34.97
%33.40
%31.63

CMYK Percentages of Color #b2aaa1

%0
%4
%10
%30

Triadic Colors of #b2aaa1

#b2aaa1 #a1b2aa #aaa1b2

Analogous Colors of #b2aaa1

#b2aaa1 #b2b2a1 #b2a2a1

Monochromatic Colors of #b2aaa1

#b2aaa1

Complementary Color

#b2aaa1 #a1a9b2

#b2aaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aaa1 Color CSS Codes

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

#b2aaa1 Text Font Color

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

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


#b2aaa1 Background Color

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

This div background color is #b2aaa1


#b2aaa1 Border Color

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

This div border color is #b2aaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aaa1


Comments

No comments written yet.

Please login to write comment.