Color Hex Logo

#b9adb3 Color Hex

#B9ADB3
(185,173,179)
0 Favorites   0 Comments

Color spaces of #b9adb3

RGB 185173179
HSL0.920.080.70
HSV330°73°
CMYK 0.000.060.03   0.27
XYZ43.087843.456148.7647
Yxy43.45610.31840.3212
Hunter Lab65.92121.31002.2856
CIE-Lab71.86345.3762-1.5302

#b9adb3 color RGB value is (185,173,179).

#b9adb3 hex color red value is 185, green value is 173 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #b9adb3 hue: 0.92 , saturation: 0.08 and the lightness value of b9adb3 is 0.70.

The process color (four color CMYK) of #b9adb3 color hex is 0.00, 0.06, 0.03, 0.27. Web safe color of #b9adb3 is #cc99cc. Color #b9adb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 10110011
Octal 271 255 263
Decimal 185 173 179
Hex B9 AD B3

RGB Percentages of Color #b9adb3

%34.45
%32.22
%33.33

CMYK Percentages of Color #b9adb3

%0
%6
%3
%27

Triadic Colors of #b9adb3

#b9adb3 #b3b9ad #adb3b9

Analogous Colors of #b9adb3

#b9adb3 #b9adad #b9adb9

Monochromatic Colors of #b9adb3

#b9adb3

Complementary Color

#b9adb3 #adb9b3

#b9adb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adb3 Color CSS Codes

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

#b9adb3 Text Font Color

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

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


#b9adb3 Background Color

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

This div background color is #b9adb3


#b9adb3 Border Color

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

This div border color is #b9adb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adb3


Comments

No comments written yet.

Please login to write comment.