Color Hex Logo

#bbadba Color Hex

#BBADBA
(187,173,186)
0 Favorites   0 Comments

Color spaces of #bbadba

RGB 187173186
HSL0.850.090.71
HSV304°73°
CMYK 0.000.070.01   0.27
XYZ44.300043.997152.6118
Yxy43.99710.31440.3122
Hunter Lab66.33033.1367-0.5964
CIE-Lab72.22667.3798-4.8267

#bbadba color RGB value is (187,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10111010
Octal 273 255 272
Decimal 187 173 186
Hex BB AD BA

RGB Percentages of Color #bbadba

%34.25
%31.68
%34.07

CMYK Percentages of Color #bbadba

%0
%7
%1
%27

Triadic Colors of #bbadba

#bbadba #babbad #adbabb

Analogous Colors of #bbadba

#bbadba #bbadb3 #b5adbb

Monochromatic Colors of #bbadba

#bbadba

Complementary Color

#bbadba #adbbae

#bbadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadba Color CSS Codes

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

#bbadba Text Font Color

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

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


#bbadba Background Color

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

This div background color is #bbadba


#bbadba Border Color

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

This div border color is #bbadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadba


Comments

No comments written yet.

Please login to write comment.