Color Hex Logo

#bbab94 Color Hex

#BBAB94
(187,171,148)
0 Favorites   0 Comments

Color spaces of #bbab94

RGB 187171148
HSL0.100.220.66
HSV35°21°73°
CMYK 0.000.090.21   0.27
XYZ40.401741.828733.9613
Yxy41.82870.34770.3600
Hunter Lab64.6751-1.674814.1390
CIE-Lab70.75272.010613.9387

#bbab94 color RGB value is (187,171,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10010100
Octal 273 253 224
Decimal 187 171 148
Hex BB AB 94

RGB Percentages of Color #bbab94

%36.96
%33.79
%29.25

CMYK Percentages of Color #bbab94

%0
%9
%21
%27

Triadic Colors of #bbab94

#bbab94 #94bbab #ab94bb

Analogous Colors of #bbab94

#bbab94 #b8bb94 #bb9894

Monochromatic Colors of #bbab94

#bbab94

Complementary Color

#bbab94 #94a4bb

#bbab94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab94 Color CSS Codes

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

#bbab94 Text Font Color

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

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


#bbab94 Background Color

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

This div background color is #bbab94


#bbab94 Border Color

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

This div border color is #bbab94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,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 #bbab94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab94

#bbab94 Color Palettes


Comments

No comments written yet.

Please login to write comment.