Color Hex Logo

#b9acae Color Hex

#B9ACAE
(185,172,174)
0 Favorites   0 Comments

Color spaces of #b9acae

RGB 185172174
HSL0.970.080.70
HSV351°73°
CMYK 0.000.070.06   0.27
XYZ42.400142.875346.0854
Yxy42.87530.32280.3264
Hunter Lab65.47920.99644.1062
CIE-Lab71.47035.01660.6473

#b9acae color RGB value is (185,172,174).

#b9acae hex color red value is 185, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b9acae hue: 0.97 , saturation: 0.08 and the lightness value of b9acae is 0.70.

The process color (four color CMYK) of #b9acae color hex is 0.00, 0.07, 0.06, 0.27. Web safe color of #b9acae is #cc9999. Color #b9acae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101100 10101110
Octal 271 254 256
Decimal 185 172 174
Hex B9 AC AE

RGB Percentages of Color #b9acae

%34.84
%32.39
%32.77

CMYK Percentages of Color #b9acae

%0
%7
%6
%27

Triadic Colors of #b9acae

#b9acae #aeb9ac #acaeb9

Analogous Colors of #b9acae

#b9acae #b9b1ac #b9acb5

Monochromatic Colors of #b9acae

#b9acae

Complementary Color

#b9acae #acb9b7

#b9acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9acae Color CSS Codes

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

#b9acae Text Font Color

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

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


#b9acae Background Color

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

This div background color is #b9acae


#b9acae Border Color

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

This div border color is #b9acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9acae


Comments

No comments written yet.

Please login to write comment.