Color Hex Logo

#bbae9f Color Hex

#BBAE9F
(187,174,159)
0 Favorites   0 Comments

Color spaces of #bbae9f

RGB 187174159
HSL0.090.170.68
HSV32°15°73°
CMYK 0.000.070.15   0.27
XYZ41.887643.340138.9587
Yxy43.34010.33730.3490
Hunter Lab65.8332-1.634110.9967
CIE-Lab71.78522.11359.3680

#bbae9f color RGB value is (187,174,159).

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

The process color (four color CMYK) of #bbae9f color hex is 0.00, 0.07, 0.15, 0.27. Web safe color of #bbae9f is #cc9999. Color #bbae9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10011111
Octal 273 256 237
Decimal 187 174 159
Hex BB AE 9F

RGB Percentages of Color #bbae9f

%35.96
%33.46
%30.58

CMYK Percentages of Color #bbae9f

%0
%7
%15
%27

Triadic Colors of #bbae9f

#bbae9f #9fbbae #ae9fbb

Analogous Colors of #bbae9f

#bbae9f #babb9f #bba09f

Monochromatic Colors of #bbae9f

#bbae9f

Complementary Color

#bbae9f #9facbb

#bbae9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae9f Color CSS Codes

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

#bbae9f Text Font Color

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

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


#bbae9f Background Color

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

This div background color is #bbae9f


#bbae9f Border Color

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

This div border color is #bbae9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae9f


Comments

No comments written yet.

Please login to write comment.