Color Hex Logo

#b3acbd Color Hex

#B3ACBD
(179,172,189)
0 Favorites   0 Comments

Color spaces of #b3acbd

RGB 179172189
HSL0.740.110.71
HSV265°74°
CMYK 0.050.090.00   0.26
XYZ42.528242.762954.1567
Yxy42.76290.30500.3067
Hunter Lab65.39331.6481-3.3268
CIE-Lab71.39375.7307-7.7839

#b3acbd color RGB value is (179,172,189).

#b3acbd hex color red value is 179, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b3acbd hue: 0.74 , saturation: 0.11 and the lightness value of b3acbd is 0.71.

The process color (four color CMYK) of #b3acbd color hex is 0.05, 0.09, 0.00, 0.26. Web safe color of #b3acbd is #cc99cc. Color #b3acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 10111101
Octal 263 254 275
Decimal 179 172 189
Hex B3 AC BD

RGB Percentages of Color #b3acbd

%33.15
%31.85
%35.00

CMYK Percentages of Color #b3acbd

%5
%9
%0
%26

Triadic Colors of #b3acbd

#b3acbd #bdb3ac #acbdb3

Analogous Colors of #b3acbd

#b3acbd #bcacbd #acaebd

Monochromatic Colors of #b3acbd

#b3acbd

Complementary Color

#b3acbd #b6bdac

#b3acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acbd Color CSS Codes

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

#b3acbd Text Font Color

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

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


#b3acbd Background Color

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

This div background color is #b3acbd


#b3acbd Border Color

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

This div border color is #b3acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acbd


Comments

No comments written yet.

Please login to write comment.