Color Hex Logo

#b5b7ac Color Hex

#B5B7AC
(181,183,172)
0 Favorites   0 Comments

Color spaces of #b5b7ac

RGB 181183172
HSL0.200.070.70
HSV71°72°
CMYK 0.010.000.06   0.28
XYZ43.435946.669345.7485
Yxy46.66930.31970.3435
Hunter Lab68.3149-6.05758.1157
CIE-Lab73.9777-2.70565.3373

#b5b7ac color RGB value is (181,183,172).

#b5b7ac hex color red value is 181, green value is 183 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5b7ac hue: 0.20 , saturation: 0.07 and the lightness value of b5b7ac is 0.70.

The process color (four color CMYK) of #b5b7ac color hex is 0.01, 0.00, 0.06, 0.28. Web safe color of #b5b7ac is #cccc99. Color #b5b7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10110111 10101100
Octal 265 267 254
Decimal 181 183 172
Hex B5 B7 AC

RGB Percentages of Color #b5b7ac

%33.77
%34.14
%32.09

CMYK Percentages of Color #b5b7ac

%1
%0
%6
%28

Triadic Colors of #b5b7ac

#b5b7ac #acb5b7 #b7acb5

Analogous Colors of #b5b7ac

#b5b7ac #b0b7ac #b7b4ac

Monochromatic Colors of #b5b7ac

#b5b7ac

Complementary Color

#b5b7ac #aeacb7

#b5b7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b7ac Color CSS Codes

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

#b5b7ac Text Font Color

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

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


#b5b7ac Background Color

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

This div background color is #b5b7ac


#b5b7ac Border Color

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

This div border color is #b5b7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b7ac


Comments

No comments written yet.

Please login to write comment.