Color Hex Logo

#b3abac Color Hex

#B3ABAC
(179,171,172)
3 Favorites   0 Comments

Color spaces of #b3abac

RGB 179171172
HSL0.980.050.69
HSV353°70°
CMYK 0.000.040.04   0.30
XYZ40.599741.688144.9365
Yxy41.68810.31910.3277
Hunter Lab64.5663-0.74923.9321
CIE-Lab70.65533.04320.5006

#b3abac color RGB value is (179,171,172).

#b3abac hex color red value is 179, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b3abac hue: 0.98 , saturation: 0.05 and the lightness value of b3abac is 0.69.

The process color (four color CMYK) of #b3abac color hex is 0.00, 0.04, 0.04, 0.30. Web safe color of #b3abac is #cc9999. Color #b3abac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101011 10101100
Octal 263 253 254
Decimal 179 171 172
Hex B3 AB AC

RGB Percentages of Color #b3abac

%34.29
%32.76
%32.95

CMYK Percentages of Color #b3abac

%0
%4
%4
%30

Triadic Colors of #b3abac

#b3abac #acb3ab #abacb3

Analogous Colors of #b3abac

#b3abac #b3aeab #b3abb0

Monochromatic Colors of #b3abac

#b3abac

Complementary Color

#b3abac #abb3b2

#b3abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3abac Color CSS Codes

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

#b3abac Text Font Color

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

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


#b3abac Background Color

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

This div background color is #b3abac


#b3abac Border Color

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

This div border color is #b3abac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,171,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3abac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3abac


Comments

No comments written yet.

Please login to write comment.