Color Hex Logo

#b5acbb Color Hex

#B5ACBB
(181,172,187)
0 Favorites   0 Comments

Color spaces of #b5acbb

RGB 181172187
HSL0.770.100.70
HSV276°73°
CMYK 0.030.080.00   0.27
XYZ42.778242.916753.0428
Yxy42.91670.30830.3093
Hunter Lab65.51081.9155-2.1483
CIE-Lab71.49846.0275-6.5095

#b5acbb color RGB value is (181,172,187).

#b5acbb hex color red value is 181, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b5acbb hue: 0.77 , saturation: 0.10 and the lightness value of b5acbb is 0.70.

The process color (four color CMYK) of #b5acbb color hex is 0.03, 0.08, 0.00, 0.27. Web safe color of #b5acbb is #cc99cc. Color #b5acbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 10111011
Octal 265 254 273
Decimal 181 172 187
Hex B5 AC BB

RGB Percentages of Color #b5acbb

%33.52
%31.85
%34.63

CMYK Percentages of Color #b5acbb

%3
%8
%0
%27

Triadic Colors of #b5acbb

#b5acbb #bbb5ac #acbbb5

Analogous Colors of #b5acbb

#b5acbb #bbacba #aeacbb

Monochromatic Colors of #b5acbb

#b5acbb

Complementary Color

#b5acbb #b2bbac

#b5acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acbb Color CSS Codes

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

#b5acbb Text Font Color

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

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


#b5acbb Background Color

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

This div background color is #b5acbb


#b5acbb Border Color

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

This div border color is #b5acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acbb


Comments

No comments written yet.

Please login to write comment.