Color Hex Logo

#b6adbf Color Hex

#B6ADBF
(182,173,191)
0 Favorites   0 Comments

Color spaces of #b6adbf

RGB 182173191
HSL0.750.120.71
HSV270°75°
CMYK 0.050.090.00   0.25
XYZ43.638943.593855.4046
Yxy43.59380.30590.3056
Hunter Lab66.02562.4328-3.5346
CIE-Lab71.95626.6072-8.0222

#b6adbf color RGB value is (182,173,191).

#b6adbf hex color red value is 182, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b6adbf hue: 0.75 , saturation: 0.12 and the lightness value of b6adbf is 0.71.

The process color (four color CMYK) of #b6adbf color hex is 0.05, 0.09, 0.00, 0.25. Web safe color of #b6adbf is #cc99cc. Color #b6adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 10111111
Octal 266 255 277
Decimal 182 173 191
Hex B6 AD BF

RGB Percentages of Color #b6adbf

%33.33
%31.68
%34.98

CMYK Percentages of Color #b6adbf

%5
%9
%0
%25

Triadic Colors of #b6adbf

#b6adbf #bfb6ad #adbfb6

Analogous Colors of #b6adbf

#b6adbf #bfadbf #adadbf

Monochromatic Colors of #b6adbf

#b6adbf

Complementary Color

#b6adbf #b6bfad

#b6adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adbf Color CSS Codes

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

#b6adbf Text Font Color

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

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


#b6adbf Background Color

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

This div background color is #b6adbf


#b6adbf Border Color

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

This div border color is #b6adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adbf

#b6adbf Color Palettes


Comments

No comments written yet.

Please login to write comment.