Color Hex Logo

#b9adbf Color Hex

#B9ADBF
(185,173,191)
0 Favorites   0 Comments

Color spaces of #b9adbf

RGB 185173191
HSL0.780.120.71
HSV280°75°
CMYK 0.030.090.00   0.25
XYZ44.355143.963055.4382
Yxy43.96300.30850.3058
Hunter Lab66.30463.3762-3.1600
CIE-Lab72.20387.6387-7.6275

#b9adbf color RGB value is (185,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 10111111
Octal 271 255 277
Decimal 185 173 191
Hex B9 AD BF

RGB Percentages of Color #b9adbf

%33.70
%31.51
%34.79

CMYK Percentages of Color #b9adbf

%3
%9
%0
%25

Triadic Colors of #b9adbf

#b9adbf #bfb9ad #adbfb9

Analogous Colors of #b9adbf

#b9adbf #bfadbc #b0adbf

Monochromatic Colors of #b9adbf

#b9adbf

Complementary Color

#b9adbf #b3bfad

#b9adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adbf Color CSS Codes

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

#b9adbf Text Font Color

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

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


#b9adbf Background Color

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

This div background color is #b9adbf


#b9adbf Border Color

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

This div border color is #b9adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adbf


Comments

No comments written yet.

Please login to write comment.