Color Hex Logo

#b6acaa Color Hex

#B6ACAA
(182,172,170)
0 Favorites   0 Comments

Color spaces of #b6acaa

RGB 182172170
HSL0.030.080.69
HSV10°71°
CMYK 0.000.050.07   0.29
XYZ41.299642.352444.0283
Yxy42.35240.32350.3317
Hunter Lab65.0787-0.60995.4431
CIE-Lab71.11323.22122.3000

#b6acaa color RGB value is (182,172,170).

#b6acaa hex color red value is 182, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b6acaa hue: 0.03 , saturation: 0.08 and the lightness value of b6acaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101100 10101010
Octal 266 254 252
Decimal 182 172 170
Hex B6 AC AA

RGB Percentages of Color #b6acaa

%34.73
%32.82
%32.44

CMYK Percentages of Color #b6acaa

%0
%5
%7
%29

Triadic Colors of #b6acaa

#b6acaa #aab6ac #acaab6

Analogous Colors of #b6acaa

#b6acaa #b6b2aa #b6aaae

Monochromatic Colors of #b6acaa

#b6acaa

Complementary Color

#b6acaa #aab4b6

#b6acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6acaa Color CSS Codes

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

#b6acaa Text Font Color

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

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


#b6acaa Background Color

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

This div background color is #b6acaa


#b6acaa Border Color

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

This div border color is #b6acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6acaa


Comments

No comments written yet.

Please login to write comment.