Color Hex Logo

#bbac94 Color Hex

#BBAC94
(187,172,148)
0 Favorites   0 Comments

Color spaces of #bbac94

RGB 187172148
HSL0.100.220.66
HSV37°21°73°
CMYK 0.000.080.21   0.27
XYZ40.591342.208034.0245
Yxy42.20800.34750.3613
Hunter Lab64.9677-2.168014.4264
CIE-Lab71.01411.470914.3053

#bbac94 color RGB value is (187,172,148).

#bbac94 hex color red value is 187, green value is 172 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bbac94 hue: 0.10 , saturation: 0.22 and the lightness value of bbac94 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10010100
Octal 273 254 224
Decimal 187 172 148
Hex BB AC 94

RGB Percentages of Color #bbac94

%36.88
%33.93
%29.19

CMYK Percentages of Color #bbac94

%0
%8
%21
%27

Triadic Colors of #bbac94

#bbac94 #94bbac #ac94bb

Analogous Colors of #bbac94

#bbac94 #b7bb94 #bb9994

Monochromatic Colors of #bbac94

#bbac94

Complementary Color

#bbac94 #94a3bb

#bbac94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac94 Color CSS Codes

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

#bbac94 Text Font Color

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

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


#bbac94 Background Color

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

This div background color is #bbac94


#bbac94 Border Color

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

This div border color is #bbac94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac94


Comments

No comments written yet.

Please login to write comment.