Color Hex Logo

#b5b3ac Color Hex

#B5B3AC
(181,179,172)
0 Favorites   0 Comments

Color spaces of #b5b3ac

RGB 181179172
HSL0.130.060.69
HSV47°71°
CMYK 0.000.010.05   0.29
XYZ42.622545.042545.4774
Yxy45.04250.32010.3383
Hunter Lab67.1137-4.08746.8037
CIE-Lab72.9199-0.56503.8099

#b5b3ac color RGB value is (181,179,172).

#b5b3ac hex color red value is 181, green value is 179 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5b3ac hue: 0.13 , saturation: 0.06 and the lightness value of b5b3ac is 0.69.

The process color (four color CMYK) of #b5b3ac color hex is 0.00, 0.01, 0.05, 0.29. Web safe color of #b5b3ac is #cccc99. Color #b5b3ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10110011 10101100
Octal 265 263 254
Decimal 181 179 172
Hex B5 B3 AC

RGB Percentages of Color #b5b3ac

%34.02
%33.65
%32.33

CMYK Percentages of Color #b5b3ac

%0
%1
%5
%29

Triadic Colors of #b5b3ac

#b5b3ac #acb5b3 #b3acb5

Analogous Colors of #b5b3ac

#b5b3ac #b3b5ac #b5afac

Monochromatic Colors of #b5b3ac

#b5b3ac

Complementary Color

#b5b3ac #acaeb5

#b5b3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b3ac Color CSS Codes

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

#b5b3ac Text Font Color

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

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


#b5b3ac Background Color

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

This div background color is #b5b3ac


#b5b3ac Border Color

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

This div border color is #b5b3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b3ac


Comments

No comments written yet.

Please login to write comment.