Color Hex Logo

#b8abbb Color Hex

#B8ABBB
(184,171,187)
0 Favorites   0 Comments

Color spaces of #b8abbb

RGB 184171187
HSL0.800.110.70
HSV289°73°
CMYK 0.020.090.00   0.27
XYZ43.299742.904053.0129
Yxy42.90400.31100.3082
Hunter Lab65.50113.3709-2.1352
CIE-Lab71.48987.6155-6.4949

#b8abbb color RGB value is (184,171,187).

#b8abbb hex color red value is 184, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b8abbb hue: 0.80 , saturation: 0.11 and the lightness value of b8abbb is 0.70.

The process color (four color CMYK) of #b8abbb color hex is 0.02, 0.09, 0.00, 0.27. Web safe color of #b8abbb is #cc99cc. Color #b8abbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 10111011
Octal 270 253 273
Decimal 184 171 187
Hex B8 AB BB

RGB Percentages of Color #b8abbb

%33.95
%31.55
%34.50

CMYK Percentages of Color #b8abbb

%2
%9
%0
%27

Triadic Colors of #b8abbb

#b8abbb #bbb8ab #abbbb8

Analogous Colors of #b8abbb

#b8abbb #bbabb6 #b0abbb

Monochromatic Colors of #b8abbb

#b8abbb

Complementary Color

#b8abbb #aebbab

#b8abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abbb Color CSS Codes

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

#b8abbb Text Font Color

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

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


#b8abbb Background Color

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

This div background color is #b8abbb


#b8abbb Border Color

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

This div border color is #b8abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abbb


Comments

No comments written yet.

Please login to write comment.