Color Hex Logo

#b5acbf Color Hex

#B5ACBF
(181,172,191)
0 Favorites   0 Comments

Color spaces of #b5acbf

RGB 181172191
HSL0.750.130.71
HSV268°10°75°
CMYK 0.050.100.00   0.25
XYZ43.212543.090455.3299
Yxy43.09040.30510.3042
Hunter Lab65.64332.6295-4.0245
CIE-Lab71.61636.8117-8.5364

#b5acbf color RGB value is (181,172,191).

#b5acbf hex color red value is 181, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b5acbf hue: 0.75 , saturation: 0.13 and the lightness value of b5acbf is 0.71.

The process color (four color CMYK) of #b5acbf color hex is 0.05, 0.10, 0.00, 0.25. Web safe color of #b5acbf is #cc99cc. Color #b5acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 10111111
Octal 265 254 277
Decimal 181 172 191
Hex B5 AC BF

RGB Percentages of Color #b5acbf

%33.27
%31.62
%35.11

CMYK Percentages of Color #b5acbf

%5
%10
%0
%25

Triadic Colors of #b5acbf

#b5acbf #bfb5ac #acbfb5

Analogous Colors of #b5acbf

#b5acbf #bfacbf #acadbf

Monochromatic Colors of #b5acbf

#b5acbf

Complementary Color

#b5acbf #b6bfac

#b5acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acbf Color CSS Codes

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

#b5acbf Text Font Color

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

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


#b5acbf Background Color

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

This div background color is #b5acbf


#b5acbf Border Color

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

This div border color is #b5acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acbf


Comments

No comments written yet.

Please login to write comment.