Color Hex Logo

#b9adba Color Hex

#B9ADBA
(185,173,186)
0 Favorites   0 Comments

Color spaces of #b9adba

RGB 185173186
HSL0.820.090.70
HSV295°73°
CMYK 0.010.070.00   0.27
XYZ43.814143.746652.5891
Yxy43.74660.31260.3121
Hunter Lab66.14122.4971-0.8428
CIE-Lab72.05886.6803-5.0934

#b9adba color RGB value is (185,173,186).

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

The process color (four color CMYK) of #b9adba color hex is 0.01, 0.07, 0.00, 0.27. Web safe color of #b9adba is #cc99cc. Color #b9adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 10111010
Octal 271 255 272
Decimal 185 173 186
Hex B9 AD BA

RGB Percentages of Color #b9adba

%34.01
%31.80
%34.19

CMYK Percentages of Color #b9adba

%1
%7
%0
%27

Triadic Colors of #b9adba

#b9adba #bab9ad #adbab9

Analogous Colors of #b9adba

#b9adba #baadb5 #b3adba

Monochromatic Colors of #b9adba

#b9adba

Complementary Color

#b9adba #aebaad

#b9adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adba Color CSS Codes

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

#b9adba Text Font Color

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

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


#b9adba Background Color

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

This div background color is #b9adba


#b9adba Border Color

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

This div border color is #b9adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adba


Comments

No comments written yet.

Please login to write comment.