Color Hex Logo

#b9b3ae Color Hex

#B9B3AE
(185,179,174)
0 Favorites   0 Comments

Color spaces of #b9b3ae

RGB 185179174
HSL0.080.070.70
HSV27°73°
CMYK 0.000.030.06   0.27
XYZ43.767745.610546.5413
Yxy45.61050.32200.3356
Hunter Lab67.5355-2.50696.4159
CIE-Lab73.29211.22803.2948

#b9b3ae color RGB value is (185,179,174).

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

The process color (four color CMYK) of #b9b3ae color hex is 0.00, 0.03, 0.06, 0.27. Web safe color of #b9b3ae is #cccc99. Color #b9b3ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110011 10101110
Octal 271 263 256
Decimal 185 179 174
Hex B9 B3 AE

RGB Percentages of Color #b9b3ae

%34.39
%33.27
%32.34

CMYK Percentages of Color #b9b3ae

%0
%3
%6
%27

Triadic Colors of #b9b3ae

#b9b3ae #aeb9b3 #b3aeb9

Analogous Colors of #b9b3ae

#b9b3ae #b9b9ae #b9aeaf

Monochromatic Colors of #b9b3ae

#b9b3ae

Complementary Color

#b9b3ae #aeb4b9

#b9b3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b3ae Color CSS Codes

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

#b9b3ae Text Font Color

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

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


#b9b3ae Background Color

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

This div background color is #b9b3ae


#b9b3ae Border Color

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

This div border color is #b9b3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b3ae


Comments

No comments written yet.

Please login to write comment.