Color Hex Logo

#bbabad Color Hex

#BBABAD
(187,171,173)
0 Favorites   0 Comments

Color spaces of #bbabad

RGB 187171173
HSL0.980.110.70
HSV353°73°
CMYK 0.000.090.07   0.27
XYZ42.599342.707745.5334
Yxy42.70770.32560.3264
Hunter Lab65.35111.99124.4355
CIE-Lab71.35616.10581.0525

#bbabad color RGB value is (187,171,173).

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

The process color (four color CMYK) of #bbabad color hex is 0.00, 0.09, 0.07, 0.27. Web safe color of #bbabad is #cc9999. Color #bbabad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10101101
Octal 273 253 255
Decimal 187 171 173
Hex BB AB AD

RGB Percentages of Color #bbabad

%35.22
%32.20
%32.58

CMYK Percentages of Color #bbabad

%0
%9
%7
%27

Triadic Colors of #bbabad

#bbabad #adbbab #abadbb

Analogous Colors of #bbabad

#bbabad #bbb1ab #bbabb5

Monochromatic Colors of #bbabad

#bbabad

Complementary Color

#bbabad #abbbb9

#bbabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabad Color CSS Codes

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

#bbabad Text Font Color

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

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


#bbabad Background Color

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

This div background color is #bbabad


#bbabad Border Color

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

This div border color is #bbabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabad


Comments

No comments written yet.

Please login to write comment.