Color Hex Logo

#b49cac Color Hex

#B49CAC
(180,156,172)
0 Favorites   0 Comments

Color spaces of #b49cac

RGB 180156172
HSL0.890.140.66
HSV320°13°71°
CMYK 0.000.130.04   0.29
XYZ38.157336.458844.0559
Yxy36.45880.32150.3072
Hunter Lab60.38117.1345-0.9930
CIE-Lab66.869011.6560-5.0485

#b49cac color RGB value is (180,156,172).

#b49cac hex color red value is 180, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b49cac hue: 0.89 , saturation: 0.14 and the lightness value of b49cac is 0.66.

The process color (four color CMYK) of #b49cac color hex is 0.00, 0.13, 0.04, 0.29. Web safe color of #b49cac is #cc9999. Color #b49cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 10101100
Octal 264 234 254
Decimal 180 156 172
Hex B4 9C AC

RGB Percentages of Color #b49cac

%35.43
%30.71
%33.86

CMYK Percentages of Color #b49cac

%0
%13
%4
%29

Triadic Colors of #b49cac

#b49cac #acb49c #9cacb4

Analogous Colors of #b49cac

#b49cac #b49ca0 #b09cb4

Monochromatic Colors of #b49cac

#b49cac

Complementary Color

#b49cac #9cb4a4

#b49cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cac Color CSS Codes

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

#b49cac Text Font Color

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

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


#b49cac Background Color

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

This div background color is #b49cac


#b49cac Border Color

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

This div border color is #b49cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cac


Comments

No comments written yet.

Please login to write comment.