Color Hex Logo

#b8acbd Color Hex

#B8ACBD
(184,172,189)
0 Favorites   0 Comments

Color spaces of #b8acbd

RGB 184172189
HSL0.780.110.71
HSV282°74°
CMYK 0.030.090.00   0.26
XYZ43.705043.369554.2118
Yxy43.36950.30930.3070
Hunter Lab65.85553.2143-2.7082
CIE-Lab71.80507.4532-7.1285

#b8acbd color RGB value is (184,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101100 10111101
Octal 270 254 275
Decimal 184 172 189
Hex B8 AC BD

RGB Percentages of Color #b8acbd

%33.76
%31.56
%34.68

CMYK Percentages of Color #b8acbd

%3
%9
%0
%26

Triadic Colors of #b8acbd

#b8acbd #bdb8ac #acbdb8

Analogous Colors of #b8acbd

#b8acbd #bdacba #b0acbd

Monochromatic Colors of #b8acbd

#b8acbd

Complementary Color

#b8acbd #b1bdac

#b8acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8acbd Color CSS Codes

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

#b8acbd Text Font Color

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

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


#b8acbd Background Color

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

This div background color is #b8acbd


#b8acbd Border Color

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

This div border color is #b8acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8acbd


Comments

No comments written yet.

Please login to write comment.