Color Hex Logo

#b49cab Color Hex

#B49CAB
(180,156,171)
0 Favorites   0 Comments

Color spaces of #b49cab

RGB 180156171
HSL0.900.140.66
HSV323°13°71°
CMYK 0.000.130.05   0.29
XYZ38.061536.420543.5519
Yxy36.42050.32250.3086
Hunter Lab60.34946.9659-0.5428
CIE-Lab66.840011.4722-4.5323

#b49cab color RGB value is (180,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 10101011
Octal 264 234 253
Decimal 180 156 171
Hex B4 9C AB

RGB Percentages of Color #b49cab

%35.50
%30.77
%33.73

CMYK Percentages of Color #b49cab

%0
%13
%5
%29

Triadic Colors of #b49cab

#b49cab #abb49c #9cabb4

Analogous Colors of #b49cab

#b49cab #b49c9f #b19cb4

Monochromatic Colors of #b49cab

#b49cab

Complementary Color

#b49cab #9cb4a5

#b49cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cab Color CSS Codes

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

#b49cab Text Font Color

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

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


#b49cab Background Color

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

This div background color is #b49cab


#b49cab Border Color

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

This div border color is #b49cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,156,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cab


Comments

No comments written yet.

Please login to write comment.