Color Hex Logo

#bbaca0 Color Hex

#BBACA0
(187,172,160)
0 Favorites   0 Comments

Color spaces of #bbaca0

RGB 187172160
HSL0.070.170.68
HSV27°14°73°
CMYK 0.000.080.14   0.27
XYZ41.591242.607939.2898
Yxy42.60790.33680.3450
Hunter Lab65.2747-0.495610.0048
CIE-Lab71.28803.35698.1097

#bbaca0 color RGB value is (187,172,160).

#bbaca0 hex color red value is 187, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbaca0 hue: 0.07 , saturation: 0.17 and the lightness value of bbaca0 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10100000
Octal 273 254 240
Decimal 187 172 160
Hex BB AC A0

RGB Percentages of Color #bbaca0

%36.03
%33.14
%30.83

CMYK Percentages of Color #bbaca0

%0
%8
%14
%27

Triadic Colors of #bbaca0

#bbaca0 #a0bbac #aca0bb

Analogous Colors of #bbaca0

#bbaca0 #bbbaa0 #bba0a2

Monochromatic Colors of #bbaca0

#bbaca0

Complementary Color

#bbaca0 #a0afbb

#bbaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaca0 Color CSS Codes

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

#bbaca0 Text Font Color

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

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


#bbaca0 Background Color

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

This div background color is #bbaca0


#bbaca0 Border Color

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

This div border color is #bbaca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaca0


Comments

No comments written yet.

Please login to write comment.