Color Hex Logo

#bbadad Color Hex

#BBADAD
(187,173,173)
0 Favorites   0 Comments

Color spaces of #bbadad

RGB 187173173
HSL0.000.090.71
HSV73°
CMYK 0.000.070.07   0.27
XYZ42.979943.469145.6602
Yxy43.46910.32530.3290
Hunter Lab65.93110.98315.0908
CIE-Lab71.87225.01751.8035

#bbadad color RGB value is (187,173,173).

#bbadad hex color red value is 187, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbadad hue: 0.00 , saturation: 0.09 and the lightness value of bbadad is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10101101
Octal 273 255 255
Decimal 187 173 173
Hex BB AD AD

RGB Percentages of Color #bbadad

%35.08
%32.46
%32.46

CMYK Percentages of Color #bbadad

%0
%7
%7
%27

Triadic Colors of #bbadad

#bbadad #adbbad #adadbb

Analogous Colors of #bbadad

#bbadad #bbb4ad #bbadb4

Monochromatic Colors of #bbadad

#bbadad

Complementary Color

#bbadad #adbbbb

#bbadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadad Color CSS Codes

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

#bbadad Text Font Color

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

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


#bbadad Background Color

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

This div background color is #bbadad


#bbadad Border Color

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

This div border color is #bbadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadad


Comments

No comments written yet.

Please login to write comment.