Color Hex Logo

#b1adac Color Hex

#B1ADAC
(177,173,172)
0 Favorites   0 Comments

Color spaces of #b1adac

RGB 177173172
HSL0.030.030.68
HSV12°69°
CMYK 0.000.020.03   0.31
XYZ40.521442.212845.0419
Yxy42.21280.31710.3304
Hunter Lab64.9714-2.37294.3767
CIE-Lab71.01741.24051.0085

#b1adac color RGB value is (177,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 10101100
Octal 261 255 254
Decimal 177 173 172
Hex B1 AD AC

RGB Percentages of Color #b1adac

%33.91
%33.14
%32.95

CMYK Percentages of Color #b1adac

%0
%2
%3
%31

Triadic Colors of #b1adac

#b1adac #acb1ad #adacb1

Analogous Colors of #b1adac

#b1adac #b1b0ac #b1acae

Monochromatic Colors of #b1adac

#b1adac

Complementary Color

#b1adac #acb0b1

#b1adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adac Color CSS Codes

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

#b1adac Text Font Color

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

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


#b1adac Background Color

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

This div background color is #b1adac


#b1adac Border Color

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

This div border color is #b1adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adac


Comments

No comments written yet.

Please login to write comment.