Color Hex Logo

#bbadac Color Hex

#BBADAC
(187,173,172)
0 Favorites   0 Comments

Color spaces of #bbadac

RGB 187173172
HSL0.010.100.70
HSV73°
CMYK 0.000.070.08   0.27
XYZ42.883543.430545.1524
Yxy43.43050.32620.3304
Hunter Lab65.90180.82505.5089
CIE-Lab71.84624.84252.3157

#bbadac color RGB value is (187,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10101100
Octal 273 255 254
Decimal 187 173 172
Hex BB AD AC

RGB Percentages of Color #bbadac

%35.15
%32.52
%32.33

CMYK Percentages of Color #bbadac

%0
%7
%8
%27

Triadic Colors of #bbadac

#bbadac #acbbad #adacbb

Analogous Colors of #bbadac

#bbadac #bbb5ac #bbacb3

Monochromatic Colors of #bbadac

#bbadac

Complementary Color

#bbadac #acbabb

#bbadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadac Color CSS Codes

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

#bbadac Text Font Color

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

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


#bbadac Background Color

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

This div background color is #bbadac


#bbadac Border Color

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

This div border color is #bbadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadac


Comments

No comments written yet.

Please login to write comment.