Color Hex Logo

#bbada3 Color Hex

#BBADA3
(187,173,163)
0 Favorites   0 Comments

Color spaces of #bbada3

RGB 187173163
HSL0.070.150.69
HSV25°13°73°
CMYK 0.000.070.13   0.27
XYZ42.047943.096340.7526
Yxy43.09630.33400.3423
Hunter Lab65.6478-0.55309.1476
CIE-Lab71.62033.30916.9370

#bbada3 color RGB value is (187,173,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10100011
Octal 273 255 243
Decimal 187 173 163
Hex BB AD A3

RGB Percentages of Color #bbada3

%35.76
%33.08
%31.17

CMYK Percentages of Color #bbada3

%0
%7
%13
%27

Triadic Colors of #bbada3

#bbada3 #a3bbad #ada3bb

Analogous Colors of #bbada3

#bbada3 #bbb9a3 #bba3a5

Monochromatic Colors of #bbada3

#bbada3

Complementary Color

#bbada3 #a3b1bb

#bbada3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbada3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbada3 Color CSS Codes

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

#bbada3 Text Font Color

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

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


#bbada3 Background Color

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

This div background color is #bbada3


#bbada3 Border Color

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

This div border color is #bbada3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbada3


Comments

No comments written yet.

Please login to write comment.