Color Hex Logo

#bbb3ab Color Hex

#BBB3AB
(187,179,171)
0 Favorites   0 Comments

Color spaces of #bbb3ab

RGB 187179171
HSL0.080.110.70
HSV30°73°
CMYK 0.000.040.09   0.27
XYZ43.964345.745345.0406
Yxy45.74530.32630.3395
Hunter Lab67.6353-2.33317.8615
CIE-Lab73.38001.42655.0833

#bbb3ab color RGB value is (187,179,171).

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

The process color (four color CMYK) of #bbb3ab color hex is 0.00, 0.04, 0.09, 0.27. Web safe color of #bbb3ab is #cccc99. Color #bbb3ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10101011
Octal 273 263 253
Decimal 187 179 171
Hex BB B3 AB

RGB Percentages of Color #bbb3ab

%34.82
%33.33
%31.84

CMYK Percentages of Color #bbb3ab

%0
%4
%9
%27

Triadic Colors of #bbb3ab

#bbb3ab #abbbb3 #b3abbb

Analogous Colors of #bbb3ab

#bbb3ab #bbbbab #bbabab

Monochromatic Colors of #bbb3ab

#bbb3ab

Complementary Color

#bbb3ab #abb3bb

#bbb3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb3ab Color CSS Codes

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

#bbb3ab Text Font Color

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

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


#bbb3ab Background Color

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

This div background color is #bbb3ab


#bbb3ab Border Color

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

This div border color is #bbb3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb3ab


Comments

No comments written yet.

Please login to write comment.