Color Hex Logo

#b2abbf Color Hex

#B2ABBF
(178,171,191)
0 Favorites   0 Comments

Color spaces of #b2abbf

RGB 178171191
HSL0.730.140.71
HSV261°10°75°
CMYK 0.070.100.00   0.25
XYZ42.327042.352455.2342
Yxy42.35240.30250.3027
Hunter Lab65.07872.2081-4.7660
CIE-Lab71.11326.3359-9.3117

#b2abbf color RGB value is (178,171,191).

#b2abbf hex color red value is 178, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b2abbf hue: 0.73 , saturation: 0.14 and the lightness value of b2abbf is 0.71.

The process color (four color CMYK) of #b2abbf color hex is 0.07, 0.10, 0.00, 0.25. Web safe color of #b2abbf is #9999cc. Color #b2abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 10111111
Octal 262 253 277
Decimal 178 171 191
Hex B2 AB BF

RGB Percentages of Color #b2abbf

%32.96
%31.67
%35.37

CMYK Percentages of Color #b2abbf

%7
%10
%0
%25

Triadic Colors of #b2abbf

#b2abbf #bfb2ab #abbfb2

Analogous Colors of #b2abbf

#b2abbf #bcabbf #abaebf

Monochromatic Colors of #b2abbf

#b2abbf

Complementary Color

#b2abbf #b8bfab

#b2abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abbf Color CSS Codes

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

#b2abbf Text Font Color

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

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


#b2abbf Background Color

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

This div background color is #b2abbf


#b2abbf Border Color

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

This div border color is #b2abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abbf

#b2abbf Color Palettes


Comments

No comments written yet.

Please login to write comment.