Color Hex Logo

#bbada5 Color Hex

#BBADA5
(187,173,165)
0 Favorites   0 Comments

Color spaces of #bbada5

RGB 187173165
HSL0.060.140.69
HSV22°12°73°
CMYK 0.000.070.12   0.27
XYZ42.228643.168541.7040
Yxy43.16850.33220.3396
Hunter Lab65.7027-0.25398.3583
CIE-Lab71.66923.64335.9083

#bbada5 color RGB value is (187,173,165).

#bbada5 hex color red value is 187, green value is 173 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bbada5 hue: 0.06 , saturation: 0.14 and the lightness value of bbada5 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10100101
Octal 273 255 245
Decimal 187 173 165
Hex BB AD A5

RGB Percentages of Color #bbada5

%35.62
%32.95
%31.43

CMYK Percentages of Color #bbada5

%0
%7
%12
%27

Triadic Colors of #bbada5

#bbada5 #a5bbad #ada5bb

Analogous Colors of #bbada5

#bbada5 #bbb8a5 #bba5a8

Monochromatic Colors of #bbada5

#bbada5

Complementary Color

#bbada5 #a5b3bb

#bbada5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbada5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbada5 Color CSS Codes

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

#bbada5 Text Font Color

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

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


#bbada5 Background Color

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

This div background color is #bbada5


#bbada5 Border Color

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

This div border color is #bbada5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbada5


Comments

No comments written yet.

Please login to write comment.