Color Hex Logo

#bbab81 Color Hex

#BBAB81
(187,171,129)
0 Favorites   0 Comments

Color spaces of #bbab81

RGB 187171129
HSL0.120.300.62
HSV43°31°73°
CMYK 0.000.090.31   0.27
XYZ39.018941.275626.6793
Yxy41.27560.36480.3858
Hunter Lab64.2461-4.021420.3511
CIE-Lab70.3686-0.672823.7602

#bbab81 color RGB value is (187,171,129).

#bbab81 hex color red value is 187, green value is 171 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbab81 hue: 0.12 , saturation: 0.30 and the lightness value of bbab81 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10000001
Octal 273 253 201
Decimal 187 171 129
Hex BB AB 81

RGB Percentages of Color #bbab81

%38.40
%35.11
%26.49

CMYK Percentages of Color #bbab81

%0
%9
%31
%27

Triadic Colors of #bbab81

#bbab81 #81bbab #ab81bb

Analogous Colors of #bbab81

#bbab81 #aebb81 #bb8e81

Monochromatic Colors of #bbab81

#bbab81

Complementary Color

#bbab81 #8191bb

#bbab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab81 Color CSS Codes

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

#bbab81 Text Font Color

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

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


#bbab81 Background Color

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

This div background color is #bbab81


#bbab81 Border Color

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

This div border color is #bbab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab81


Comments

No comments written yet.

Please login to write comment.