Color Hex Logo

#b29aaa Color Hex

#B29AAA
(178,154,170)
0 Favorites   0 Comments

Color spaces of #b29aaa

RGB 178154170
HSL0.890.130.65
HSV320°13°70°
CMYK 0.000.130.04   0.30
XYZ37.171435.478542.9191
Yxy35.47850.32160.3070
Hunter Lab59.56387.1580-1.0271
CIE-Lab66.119511.6820-5.0572

#b29aaa color RGB value is (178,154,170).

#b29aaa hex color red value is 178, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b29aaa hue: 0.89 , saturation: 0.13 and the lightness value of b29aaa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 10101010
Octal 262 232 252
Decimal 178 154 170
Hex B2 9A AA

RGB Percentages of Color #b29aaa

%35.46
%30.68
%33.86

CMYK Percentages of Color #b29aaa

%0
%13
%4
%30

Triadic Colors of #b29aaa

#b29aaa #aab29a #9aaab2

Analogous Colors of #b29aaa

#b29aaa #b29a9e #ae9ab2

Monochromatic Colors of #b29aaa

#b29aaa

Complementary Color

#b29aaa #9ab2a2

#b29aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29aaa Color CSS Codes

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

#b29aaa Text Font Color

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

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


#b29aaa Background Color

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

This div background color is #b29aaa


#b29aaa Border Color

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

This div border color is #b29aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29aaa

#b29aaa Color Palettes


Comments

No comments written yet.

Please login to write comment.