Color Hex Logo

#b2bdac Color Hex

#B2BDAC
(178,189,172)
0 Favorites   0 Comments

Color spaces of #b2bdac

RGB 178189172
HSL0.270.110.71
HSV99°74°
CMYK 0.060.000.09   0.26
XYZ44.004148.838746.1373
Yxy48.83870.31660.3514
Hunter Lab69.8847-9.90269.7765
CIE-Lab75.3509-6.95227.2816

#b2bdac color RGB value is (178,189,172).

#b2bdac hex color red value is 178, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b2bdac hue: 0.27 , saturation: 0.11 and the lightness value of b2bdac is 0.71.

The process color (four color CMYK) of #b2bdac color hex is 0.06, 0.00, 0.09, 0.26. Web safe color of #b2bdac is #99cc99. Color #b2bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111101 10101100
Octal 262 275 254
Decimal 178 189 172
Hex B2 BD AC

RGB Percentages of Color #b2bdac

%33.02
%35.06
%31.91

CMYK Percentages of Color #b2bdac

%6
%0
%9
%26

Triadic Colors of #b2bdac

#b2bdac #acb2bd #bdacb2

Analogous Colors of #b2bdac

#b2bdac #acbdaf #bbbdac

Monochromatic Colors of #b2bdac

#b2bdac

Complementary Color

#b2bdac #b7acbd

#b2bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bdac Color CSS Codes

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

#b2bdac Text Font Color

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

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


#b2bdac Background Color

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

This div background color is #b2bdac


#b2bdac Border Color

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

This div border color is #b2bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bdac


Comments

No comments written yet.

Please login to write comment.