Color Hex Logo

#b29eac Color Hex

#B29EAC
(178,158,172)
0 Favorites   0 Comments

Color spaces of #b29eac

RGB 178158172
HSL0.880.110.66
HSV318°11°70°
CMYK 0.000.110.03   0.30
XYZ38.033436.897344.1470
Yxy36.89730.31940.3099
Hunter Lab60.74315.4646-0.5707
CIE-Lab67.19999.8300-4.5798

#b29eac color RGB value is (178,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 10101100
Octal 262 236 254
Decimal 178 158 172
Hex B2 9E AC

RGB Percentages of Color #b29eac

%35.04
%31.10
%33.86

CMYK Percentages of Color #b29eac

%0
%11
%3
%30

Triadic Colors of #b29eac

#b29eac #acb29e #9eacb2

Analogous Colors of #b29eac

#b29eac #b29ea2 #ae9eb2

Monochromatic Colors of #b29eac

#b29eac

Complementary Color

#b29eac #9eb2a4

#b29eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29eac Color CSS Codes

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

#b29eac Text Font Color

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

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


#b29eac Background Color

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

This div background color is #b29eac


#b29eac Border Color

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

This div border color is #b29eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,158,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 #b29eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29eac


Comments

No comments written yet.

Please login to write comment.