Color Hex Logo

#b2abbb Color Hex

#B2ABBB
(178,171,187)
0 Favorites   0 Comments

Color spaces of #b2abbb

RGB 178171187
HSL0.740.110.70
HSV266°73°
CMYK 0.050.090.00   0.27
XYZ41.892642.178752.9470
Yxy42.17870.30570.3078
Hunter Lab64.94511.4867-2.8750
CIE-Lab70.99405.5392-7.2845

#b2abbb color RGB value is (178,171,187).

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

The process color (four color CMYK) of #b2abbb color hex is 0.05, 0.09, 0.00, 0.27. Web safe color of #b2abbb is #9999cc. Color #b2abbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 10111011
Octal 262 253 273
Decimal 178 171 187
Hex B2 AB BB

RGB Percentages of Color #b2abbb

%33.21
%31.90
%34.89

CMYK Percentages of Color #b2abbb

%5
%9
%0
%27

Triadic Colors of #b2abbb

#b2abbb #bbb2ab #abbbb2

Analogous Colors of #b2abbb

#b2abbb #baabbb #abacbb

Monochromatic Colors of #b2abbb

#b2abbb

Complementary Color

#b2abbb #b4bbab

#b2abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abbb Color CSS Codes

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

#b2abbb Text Font Color

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

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


#b2abbb Background Color

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

This div background color is #b2abbb


#b2abbb Border Color

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

This div border color is #b2abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abbb


Comments

No comments written yet.

Please login to write comment.