Color Hex Logo

#b9adaf Color Hex

#B9ADAF
(185,173,175)
0 Favorites   0 Comments

Color spaces of #b9adaf

RGB 185173175
HSL0.970.080.70
HSV350°73°
CMYK 0.000.060.05   0.27
XYZ42.689043.296646.6646
Yxy43.29660.32180.3264
Hunter Lab65.80020.65474.0124
CIE-Lab71.75584.65140.5132

#b9adaf color RGB value is (185,173,175).

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

The process color (four color CMYK) of #b9adaf color hex is 0.00, 0.06, 0.05, 0.27. Web safe color of #b9adaf is #cc9999. Color #b9adaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 10101111
Octal 271 255 257
Decimal 185 173 175
Hex B9 AD AF

RGB Percentages of Color #b9adaf

%34.71
%32.46
%32.83

CMYK Percentages of Color #b9adaf

%0
%6
%5
%27

Triadic Colors of #b9adaf

#b9adaf #afb9ad #adafb9

Analogous Colors of #b9adaf

#b9adaf #b9b1ad #b9adb5

Monochromatic Colors of #b9adaf

#b9adaf

Complementary Color

#b9adaf #adb9b7

#b9adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adaf Color CSS Codes

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

#b9adaf Text Font Color

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

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


#b9adaf Background Color

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

This div background color is #b9adaf


#b9adaf Border Color

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

This div border color is #b9adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adaf


Comments

No comments written yet.

Please login to write comment.