Color Hex Logo

#b1adbf Color Hex

#B1ADBF
(177,173,191)
0 Favorites   0 Comments

Color spaces of #b1adbf

RGB 177173191
HSL0.700.120.71
HSV253°75°
CMYK 0.070.090.00   0.25
XYZ42.479042.995855.3504
Yxy42.99580.30160.3053
Hunter Lab65.57120.8881-4.1485
CIE-Lab71.55214.9005-8.6667

#b1adbf color RGB value is (177,173,191).

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

The process color (four color CMYK) of #b1adbf color hex is 0.07, 0.09, 0.00, 0.25. Web safe color of #b1adbf is #9999cc. Color #b1adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 10111111
Octal 261 255 277
Decimal 177 173 191
Hex B1 AD BF

RGB Percentages of Color #b1adbf

%32.72
%31.98
%35.30

CMYK Percentages of Color #b1adbf

%7
%9
%0
%25

Triadic Colors of #b1adbf

#b1adbf #bfb1ad #adbfb1

Analogous Colors of #b1adbf

#b1adbf #baadbf #adb2bf

Monochromatic Colors of #b1adbf

#b1adbf

Complementary Color

#b1adbf #bbbfad

#b1adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adbf Color CSS Codes

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

#b1adbf Text Font Color

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

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


#b1adbf Background Color

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

This div background color is #b1adbf


#b1adbf Border Color

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

This div border color is #b1adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adbf


Comments

No comments written yet.

Please login to write comment.