Color Hex Logo

#b1adaf Color Hex

#B1ADAF
(177,173,175)
0 Favorites   0 Comments

Color spaces of #b1adaf

RGB 177173175
HSL0.920.030.69
HSV330°69°
CMYK 0.000.020.01   0.31
XYZ40.812942.329446.5768
Yxy42.32940.31460.3263
Hunter Lab65.0610-1.88353.0974
CIE-Lab71.09741.7957-0.5274

#b1adaf color RGB value is (177,173,175).

#b1adaf hex color red value is 177, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b1adaf hue: 0.92 , saturation: 0.03 and the lightness value of b1adaf is 0.69.

The process color (four color CMYK) of #b1adaf color hex is 0.00, 0.02, 0.01, 0.31. Web safe color of #b1adaf is #999999. Color #b1adaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 10101111
Octal 261 255 257
Decimal 177 173 175
Hex B1 AD AF

RGB Percentages of Color #b1adaf

%33.71
%32.95
%33.33

CMYK Percentages of Color #b1adaf

%0
%2
%1
%31

Triadic Colors of #b1adaf

#b1adaf #afb1ad #adafb1

Analogous Colors of #b1adaf

#b1adaf #b1adad #b1adb1

Monochromatic Colors of #b1adaf

#b1adaf

Complementary Color

#b1adaf #adb1af

#b1adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adaf Color CSS Codes

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

#b1adaf Text Font Color

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

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


#b1adaf Background Color

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

This div background color is #b1adaf


#b1adaf Border Color

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

This div border color is #b1adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adaf


Comments

No comments written yet.

Please login to write comment.