Color Hex Logo

#b2adbb Color Hex

#B2ADBB
(178,173,187)
0 Favorites   0 Comments

Color spaces of #b2adbb

RGB 178173187
HSL0.730.090.71
HSV261°73°
CMYK 0.050.070.00   0.27
XYZ42.273342.940053.0739
Yxy42.94000.30570.3105
Hunter Lab65.52860.4774-2.1510
CIE-Lab71.51424.4458-6.5130

#b2adbb color RGB value is (178,173,187).

#b2adbb hex color red value is 178, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b2adbb hue: 0.73 , saturation: 0.09 and the lightness value of b2adbb is 0.71.

The process color (four color CMYK) of #b2adbb color hex is 0.05, 0.07, 0.00, 0.27. Web safe color of #b2adbb is #9999cc. Color #b2adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101101 10111011
Octal 262 255 273
Decimal 178 173 187
Hex B2 AD BB

RGB Percentages of Color #b2adbb

%33.09
%32.16
%34.76

CMYK Percentages of Color #b2adbb

%5
%7
%0
%27

Triadic Colors of #b2adbb

#b2adbb #bbb2ad #adbbb2

Analogous Colors of #b2adbb

#b2adbb #b9adbb #adafbb

Monochromatic Colors of #b2adbb

#b2adbb

Complementary Color

#b2adbb #b6bbad

#b2adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2adbb Color CSS Codes

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

#b2adbb Text Font Color

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

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


#b2adbb Background Color

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

This div background color is #b2adbb


#b2adbb Border Color

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

This div border color is #b2adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2adbb


Comments

No comments written yet.

Please login to write comment.