Color Hex Logo

#bbada1 Color Hex

#BBADA1
(187,173,161)
0 Favorites   0 Comments

Color spaces of #bbada1

RGB 187173161
HSL0.080.160.68
HSV28°14°73°
CMYK 0.000.070.14   0.27
XYZ41.870143.025139.8161
Yxy43.02510.33570.3450
Hunter Lab65.5935-0.84739.9257
CIE-Lab71.57202.97957.9664

#bbada1 color RGB value is (187,173,161).

#bbada1 hex color red value is 187, green value is 173 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bbada1 hue: 0.08 , saturation: 0.16 and the lightness value of bbada1 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10100001
Octal 273 255 241
Decimal 187 173 161
Hex BB AD A1

RGB Percentages of Color #bbada1

%35.89
%33.21
%30.90

CMYK Percentages of Color #bbada1

%0
%7
%14
%27

Triadic Colors of #bbada1

#bbada1 #a1bbad #ada1bb

Analogous Colors of #bbada1

#bbada1 #bbbaa1 #bba1a2

Monochromatic Colors of #bbada1

#bbada1

Complementary Color

#bbada1 #a1afbb

#bbada1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbada1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbada1 Color CSS Codes

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

#bbada1 Text Font Color

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

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


#bbada1 Background Color

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

This div background color is #bbada1


#bbada1 Border Color

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

This div border color is #bbada1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbada1


Comments

No comments written yet.

Please login to write comment.