Color Hex Logo

#b1adba Color Hex

#B1ADBA
(177,173,186)
0 Favorites   0 Comments

Color spaces of #b1adba

RGB 177173186
HSL0.720.090.70
HSV258°73°
CMYK 0.050.070.00   0.27
XYZ41.938042.779452.5013
Yxy42.77940.30560.3118
Hunter Lab65.4060-0.0071-1.8078
CIE-Lab71.40503.9049-6.1333

#b1adba color RGB value is (177,173,186).

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

The process color (four color CMYK) of #b1adba color hex is 0.05, 0.07, 0.00, 0.27. Web safe color of #b1adba is #9999cc. Color #b1adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 10111010
Octal 261 255 272
Decimal 177 173 186
Hex B1 AD BA

RGB Percentages of Color #b1adba

%33.02
%32.28
%34.70

CMYK Percentages of Color #b1adba

%5
%7
%0
%27

Triadic Colors of #b1adba

#b1adba #bab1ad #adbab1

Analogous Colors of #b1adba

#b1adba #b8adba #adb0ba

Monochromatic Colors of #b1adba

#b1adba

Complementary Color

#b1adba #b6baad

#b1adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adba Color CSS Codes

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

#b1adba Text Font Color

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

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


#b1adba Background Color

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

This div background color is #b1adba


#b1adba Border Color

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

This div border color is #b1adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adba


Comments

No comments written yet.

Please login to write comment.