Color Hex Logo

#b4b2ba Color Hex

#B4B2BA
(180,178,186)
0 Favorites   0 Comments

Color spaces of #b4b2ba

RGB 180178186
HSL0.710.050.71
HSV255°73°
CMYK 0.030.040.00   0.27
XYZ43.605745.089352.8592
Yxy45.08930.30800.3185
Hunter Lab67.1486-1.59360.3310
CIE-Lab72.95072.2227-3.8239

#b4b2ba color RGB value is (180,178,186).

#b4b2ba hex color red value is 180, green value is 178 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b4b2ba hue: 0.71 , saturation: 0.05 and the lightness value of b4b2ba is 0.71.

The process color (four color CMYK) of #b4b2ba color hex is 0.03, 0.04, 0.00, 0.27. Web safe color of #b4b2ba is #cc99cc. Color #b4b2ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110010 10111010
Octal 264 262 272
Decimal 180 178 186
Hex B4 B2 BA

RGB Percentages of Color #b4b2ba

%33.09
%32.72
%34.19

CMYK Percentages of Color #b4b2ba

%3
%4
%0
%27

Triadic Colors of #b4b2ba

#b4b2ba #bab4b2 #b2bab4

Analogous Colors of #b4b2ba

#b4b2ba #b8b2ba #b2b4ba

Monochromatic Colors of #b4b2ba

#b4b2ba

Complementary Color

#b4b2ba #b8bab2

#b4b2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b2ba Color CSS Codes

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

#b4b2ba Text Font Color

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

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


#b4b2ba Background Color

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

This div background color is #b4b2ba


#b4b2ba Border Color

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

This div border color is #b4b2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b2ba


Comments

No comments written yet.

Please login to write comment.