Color Hex Logo

#bbab98 Color Hex

#BBAB98
(187,171,152)
0 Favorites   0 Comments

Color spaces of #bbab98

RGB 187171152
HSL0.090.200.66
HSV33°19°73°
CMYK 0.000.090.19   0.27
XYZ40.723941.957635.6580
Yxy41.95760.34410.3546
Hunter Lab64.7747-1.132612.7036
CIE-Lab70.84172.623711.8700

#bbab98 color RGB value is (187,171,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10011000
Octal 273 253 230
Decimal 187 171 152
Hex BB AB 98

RGB Percentages of Color #bbab98

%36.67
%33.53
%29.80

CMYK Percentages of Color #bbab98

%0
%9
%19
%27

Triadic Colors of #bbab98

#bbab98 #98bbab #ab98bb

Analogous Colors of #bbab98

#bbab98 #babb98 #bb9a98

Monochromatic Colors of #bbab98

#bbab98

Complementary Color

#bbab98 #98a8bb

#bbab98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab98 Color CSS Codes

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

#bbab98 Text Font Color

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

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


#bbab98 Background Color

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

This div background color is #bbab98


#bbab98 Border Color

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

This div border color is #bbab98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab98


Comments

No comments written yet.

Please login to write comment.