Color Hex Logo

#b4bbaf Color Hex

#B4BBAF
(180,187,175)
0 Favorites   0 Comments

Color spaces of #b4bbaf

RGB 180187175
HSL0.260.080.71
HSV95°73°
CMYK 0.040.000.06   0.27
XYZ44.330648.339147.5513
Yxy48.33910.31610.3447
Hunter Lab69.5263-7.85798.1181
CIE-Lab75.0383-4.65065.2235

#b4bbaf color RGB value is (180,187,175).

#b4bbaf hex color red value is 180, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b4bbaf hue: 0.26 , saturation: 0.08 and the lightness value of b4bbaf is 0.71.

The process color (four color CMYK) of #b4bbaf color hex is 0.04, 0.00, 0.06, 0.27. Web safe color of #b4bbaf is #cccc99. Color #b4bbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111011 10101111
Octal 264 273 257
Decimal 180 187 175
Hex B4 BB AF

RGB Percentages of Color #b4bbaf

%33.21
%34.50
%32.29

CMYK Percentages of Color #b4bbaf

%4
%0
%6
%27

Triadic Colors of #b4bbaf

#b4bbaf #afb4bb #bbafb4

Analogous Colors of #b4bbaf

#b4bbaf #afbbb0 #babbaf

Monochromatic Colors of #b4bbaf

#b4bbaf

Complementary Color

#b4bbaf #b6afbb

#b4bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bbaf Color CSS Codes

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

#b4bbaf Text Font Color

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

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


#b4bbaf Background Color

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

This div background color is #b4bbaf


#b4bbaf Border Color

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

This div border color is #b4bbaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,187,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4bbaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4bbaf;
  -webkit-box-shadow: 1px 1px 3px 2px #b4bbaf;
  box-shadow:         1px 1px 3px 2px #b4bbaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,187,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bbaf


Comments

No comments written yet.

Please login to write comment.