Color Hex Logo

#b9aeaa Color Hex

#B9AEAA
(185,174,170)
0 Favorites   0 Comments

Color spaces of #b9aeaa

RGB 185174170
HSL0.040.100.70
HSV16°73°
CMYK 0.000.060.08   0.27
XYZ42.399343.488744.1897
Yxy43.48870.32600.3343
Hunter Lab65.9460-0.64066.4326
CIE-Lab71.88543.22473.4509

#b9aeaa color RGB value is (185,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 10101010
Octal 271 256 252
Decimal 185 174 170
Hex B9 AE AA

RGB Percentages of Color #b9aeaa

%34.97
%32.89
%32.14

CMYK Percentages of Color #b9aeaa

%0
%6
%8
%27

Triadic Colors of #b9aeaa

#b9aeaa #aab9ae #aeaab9

Analogous Colors of #b9aeaa

#b9aeaa #b9b6aa #b9aaae

Monochromatic Colors of #b9aeaa

#b9aeaa

Complementary Color

#b9aeaa #aab5b9

#b9aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aeaa Color CSS Codes

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

#b9aeaa Text Font Color

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

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


#b9aeaa Background Color

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

This div background color is #b9aeaa


#b9aeaa Border Color

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

This div border color is #b9aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aeaa


Comments

No comments written yet.

Please login to write comment.