Color Hex Logo

#b29bac Color Hex

#B29BAC
(178,155,172)
0 Favorites   0 Comments

Color spaces of #b29bac

RGB 178155172
HSL0.880.130.65
HSV316°13°70°
CMYK 0.000.130.03   0.30
XYZ37.527835.886243.9785
Yxy35.88620.31970.3057
Hunter Lab59.90516.9882-1.5934
CIE-Lab66.432911.4962-5.7137

#b29bac color RGB value is (178,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011011 10101100
Octal 262 233 254
Decimal 178 155 172
Hex B2 9B AC

RGB Percentages of Color #b29bac

%35.25
%30.69
%34.06

CMYK Percentages of Color #b29bac

%0
%13
%3
%30

Triadic Colors of #b29bac

#b29bac #acb29b #9bacb2

Analogous Colors of #b29bac

#b29bac #b29ba1 #ad9bb2

Monochromatic Colors of #b29bac

#b29bac

Complementary Color

#b29bac #9bb2a1

#b29bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29bac Color CSS Codes

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

#b29bac Text Font Color

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

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


#b29bac Background Color

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

This div background color is #b29bac


#b29bac Border Color

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

This div border color is #b29bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29bac


Comments

No comments written yet.

Please login to write comment.