Color Hex Logo

#b6baad Color Hex

#B6BAAD
(182,186,173)
0 Favorites   0 Comments

Color spaces of #b6baad

RGB 182186173
HSL0.220.090.70
HSV78°73°
CMYK 0.020.000.07   0.27
XYZ44.393148.080046.4758
Yxy48.08000.31950.3460
Hunter Lab69.3397-7.06428.7980
CIE-Lab74.8754-3.76616.0953

#b6baad color RGB value is (182,186,173).

#b6baad hex color red value is 182, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b6baad hue: 0.22 , saturation: 0.09 and the lightness value of b6baad is 0.70.

The process color (four color CMYK) of #b6baad color hex is 0.02, 0.00, 0.07, 0.27. Web safe color of #b6baad is #cccc99. Color #b6baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 10101101
Octal 266 272 255
Decimal 182 186 173
Hex B6 BA AD

RGB Percentages of Color #b6baad

%33.64
%34.38
%31.98

CMYK Percentages of Color #b6baad

%2
%0
%7
%27

Triadic Colors of #b6baad

#b6baad #adb6ba #baadb6

Analogous Colors of #b6baad

#b6baad #b0baad #bab8ad

Monochromatic Colors of #b6baad

#b6baad

Complementary Color

#b6baad #b1adba

#b6baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6baad Color CSS Codes

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

#b6baad Text Font Color

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

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


#b6baad Background Color

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

This div background color is #b6baad


#b6baad Border Color

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

This div border color is #b6baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6baad


Comments

No comments written yet.

Please login to write comment.