Color Hex Logo

#b3abbf Color Hex

#B3ABBF
(179,171,191)
0 Favorites   0 Comments

Color spaces of #b3abbf

RGB 179171191
HSL0.730.140.71
HSV264°10°75°
CMYK 0.060.100.00   0.25
XYZ42.557342.471155.2449
Yxy42.47110.30340.3028
Hunter Lab65.16992.5170-4.6416
CIE-Lab71.19456.6767-9.1818

#b3abbf color RGB value is (179,171,191).

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

The process color (four color CMYK) of #b3abbf color hex is 0.06, 0.10, 0.00, 0.25. Web safe color of #b3abbf is #cc99cc. Color #b3abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101011 10111111
Octal 263 253 277
Decimal 179 171 191
Hex B3 AB BF

RGB Percentages of Color #b3abbf

%33.09
%31.61
%35.30

CMYK Percentages of Color #b3abbf

%6
%10
%0
%25

Triadic Colors of #b3abbf

#b3abbf #bfb3ab #abbfb3

Analogous Colors of #b3abbf

#b3abbf #bdabbf #abadbf

Monochromatic Colors of #b3abbf

#b3abbf

Complementary Color

#b3abbf #b7bfab

#b3abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3abbf Color CSS Codes

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

#b3abbf Text Font Color

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

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


#b3abbf Background Color

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

This div background color is #b3abbf


#b3abbf Border Color

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

This div border color is #b3abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3abbf


Comments

No comments written yet.

Please login to write comment.